aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'conf/config.php')
-rw-r--r--conf/config.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/config.php b/conf/config.php
index 99190f1..c734b09 100644
--- a/conf/config.php
+++ b/conf/config.php
@@ -45,6 +45,9 @@ $CONFIG['network_datasize'] = 'bytes';
45# png or canvas graphs 45# png or canvas graphs
46$CONFIG['graph_type'] = 'png'; 46$CONFIG['graph_type'] = 'png';
47 47
48# use the negative X-axis in I/O graphs
49$CONFIG['negative_io'] = false;
50
48# browser cache time for the graphs (in seconds) 51# browser cache time for the graphs (in seconds)
49$CONFIG['cache'] = 90; 52$CONFIG['cache'] = 90;
50 53