From 3099174fb5191b396ed00e246ec149686a8e0447 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Mon, 14 Apr 2014 23:59:11 +0200 Subject: overview: disable showmem by default, add percent sign And change all spaces to tabs. --- conf/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/config.php b/conf/config.php index 246d378..86b0870 100644 --- a/conf/config.php +++ b/conf/config.php @@ -28,7 +28,7 @@ $CONFIG['time_range']['uptime'] = 31536000; # show load averages and used memory on overview page $CONFIG['showload'] = true; -$CONFIG['showmem'] = true; +$CONFIG['showmem'] = false; $CONFIG['term'] = array( '2hour' => 3600 * 2, -- cgit v1.1