From 3fbe5ca4a40ea38de0e91cb89dabaa732ff23b60 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Tue, 12 Jan 2010 20:08:00 +0100 Subject: make browser cache time for images configurable --- conf/config.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf') diff --git a/conf/config.php b/conf/config.php index d904751..b402b7f 100644 --- a/conf/config.php +++ b/conf/config.php @@ -15,6 +15,9 @@ $CONFIG['rrdtool'] = '/usr/bin/rrdtool'; # default plugins to show on host page $CONFIG['overview'] = array('load', 'cpu', 'memory', 'swap'); +# browser cache time for the graphs (in seconds) +$CONFIG['cache'] = 90; + # default width/height of the graphs $CONFIG['width'] = 400; $CONFIG['heigth'] = 175; -- cgit v1.1