aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/config.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/config.php b/conf/config.php
index c734b09..685589d 100644
--- a/conf/config.php
+++ b/conf/config.php
@@ -48,6 +48,9 @@ $CONFIG['graph_type'] = 'png';
48# use the negative X-axis in I/O graphs 48# use the negative X-axis in I/O graphs
49$CONFIG['negative_io'] = false; 49$CONFIG['negative_io'] = false;
50 50
51# create smooth graphs (rrdtool -E)
52$CONFIG['graph_smooth'] = false;
53
51# browser cache time for the graphs (in seconds) 54# browser cache time for the graphs (in seconds)
52$CONFIG['cache'] = 90; 55$CONFIG['cache'] = 90;
53 56