From 5068985020a4fbd699721cd506250316c55f129f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 16 May 2011 22:19:15 -0400 Subject: rejigger what's --fast --- Command/Status.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Command/Status.hs') diff --git a/Command/Status.hs b/Command/Status.hs index a82fc9e1c..85a6a5a4b 100644 --- a/Command/Status.hs +++ b/Command/Status.hs @@ -57,14 +57,14 @@ faststats :: [Stat] faststats = [ supported_backends , supported_remote_types - , local_annex_keys - , local_annex_size , tmp_size , bad_data_size ] slowstats :: [Stat] slowstats = - [ total_annex_keys + [ local_annex_keys + , local_annex_size + , total_annex_keys , total_annex_size , backend_usage ] -- cgit v1.2.3