diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-03-24 21:52:14 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-03-24 21:52:14 +0000 |
commit | ac7f61f7a0cd400b7b92c2995dd566853cf342de (patch) | |
tree | b03f092652efbd197ce27075cfec0316789acb1c /etc | |
parent | 0c11006d97efbeac72c8fc7e9a860bd06cb92942 (diff) | |
download | pfsense-ac7f61f7a0cd400b7b92c2995dd566853cf342de.zip pfsense-ac7f61f7a0cd400b7b92c2995dd566853cf342de.tar.gz |
Backout last commit
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/pfsense-utils.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc index d63d34f..72eb01e 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 = 5; + $numpings = 15; $btick = '`'; $trafficvalid = $rrdtrafficinterval*2 ; |