From 957303a767fbbf85acf02e85667bad68703488c2 Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 10 Dec 2019 14:06:47 +1000 Subject: I want hybrid async graphs by default. --- conf/config.php | 4 ++-- 1 file 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( $CONFIG['network_datasize'] = 'bytes'; # "png", "svg", "canvas" or "hybrid" (canvas on detail page, png on the others) graphs -$CONFIG['graph_type'] = 'png'; +$CONFIG['graph_type'] = 'hybrid'; # For canvas graphs, use 'async' or 'sync' fetch method -$CONFIG['rrd_fetch_method'] = 'sync'; +$CONFIG['rrd_fetch_method'] = 'async'; # use the negative X-axis in I/O graphs $CONFIG['negative_io'] = false; -- cgit v1.1