rejigger what's --fast

This commit is contained in:
Joey Hess 2011-05-16 22:19:15 -04:00
parent 1e3da8efb0
commit 5068985020

View file

@ -57,14 +57,14 @@ faststats :: [Stat]
faststats = faststats =
[ supported_backends [ supported_backends
, supported_remote_types , supported_remote_types
, local_annex_keys
, local_annex_size
, tmp_size , tmp_size
, bad_data_size , bad_data_size
] ]
slowstats :: [Stat] slowstats :: [Stat]
slowstats = slowstats =
[ total_annex_keys [ local_annex_keys
, local_annex_size
, total_annex_keys
, total_annex_size , total_annex_size
, backend_usage , backend_usage
] ]