summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-03-24 21:47:40 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-03-24 21:47:40 +0000
commit0c11006d97efbeac72c8fc7e9a860bd06cb92942 (patch)
tree889fb5060acd554f115fe228db5cb4322069fd4b /etc
parentf110e21e665fc89b7b640bd0fbd520d4a1bf9a33 (diff)
downloadpfsense-0c11006d97efbeac72c8fc7e9a860bd06cb92942.zip
pfsense-0c11006d97efbeac72c8fc7e9a860bd06cb92942.tar.gz
15 -> 5
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/pfsense-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index 72eb01e..d63d34f 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -1853,7 +1853,7 @@ function enable_rrd_graphing()
/* if an alternative gateway is defined, use it. */
if($config['system']['use_rrd_gateway'])
$gatewayip = $config['system']['use_rrd_gateway'];
- $numpings = 15;
+ $numpings = 5;
$btick = '`';
$trafficvalid = $rrdtrafficinterval*2 ;
OpenPOWER on IntegriCloud