aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2019-12-10 14:06:47 +1000
committeronefang2019-12-10 14:06:47 +1000
commit957303a767fbbf85acf02e85667bad68703488c2 (patch)
treeee647e165ad100c9b4b3454002125c29c9b31ccd
parentTweak the time spans. (diff)
downloadapt-panopticon_cgp-957303a767fbbf85acf02e85667bad68703488c2.zip
apt-panopticon_cgp-957303a767fbbf85acf02e85667bad68703488c2.tar.gz
apt-panopticon_cgp-957303a767fbbf85acf02e85667bad68703488c2.tar.bz2
apt-panopticon_cgp-957303a767fbbf85acf02e85667bad68703488c2.tar.xz
I want hybrid async graphs by default.
-rw-r--r--conf/config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/config.php b/conf/config.php
index b6e8bf1..69f934c 100644
--- a/conf/config.php
+++ b/conf/config.php
@@ -68,10 +68,10 @@ $CONFIG['term'] = array(
68$CONFIG['network_datasize'] = 'bytes'; 68$CONFIG['network_datasize'] = 'bytes';
69 69
70# "png", "svg", "canvas" or "hybrid" (canvas on detail page, png on the others) graphs 70# "png", "svg", "canvas" or "hybrid" (canvas on detail page, png on the others) graphs
71$CONFIG['graph_type'] = 'png'; 71$CONFIG['graph_type'] = 'hybrid';
72 72
73# For canvas graphs, use 'async' or 'sync' fetch method 73# For canvas graphs, use 'async' or 'sync' fetch method
74$CONFIG['rrd_fetch_method'] = 'sync'; 74$CONFIG['rrd_fetch_method'] = 'async';
75 75
76# use the negative X-axis in I/O graphs 76# use the negative X-axis in I/O graphs
77$CONFIG['negative_io'] = false; 77$CONFIG['negative_io'] = false;