summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-08-18 19:38:00 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-08-18 19:38:56 -0400
commit6d203ffc8a63b0969a8758861fd2a76b88fd1f62 (patch)
tree3ba1bd16354c3dfa460ba98da5ae81d40cbf75b5 /src/usr/local/www/system.php
parentc1f9ca7a73c562145f777b850bf3f4000f938c14 (diff)
downloadpfsense-6d203ffc8a63b0969a8758861fd2a76b88fd1f62.zip
pfsense-6d203ffc8a63b0969a8758861fd2a76b88fd1f62.tar.gz
Revise widget refresh timing
(cherry picked from commit 134ee13df54280441c25b047b406628eeebbb8db)
Diffstat (limited to 'src/usr/local/www/system.php')
-rw-r--r--src/usr/local/www/system.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system.php b/src/usr/local/www/system.php
index 836b73a..6c5f014 100644
--- a/src/usr/local/www/system.php
+++ b/src/usr/local/www/system.php
@@ -524,7 +524,7 @@ $section->addInput(new Form_Input(
'Dashboard update period',
'number',
$pconfig['dashboardperiod'],
- ['min' => '10', 'max' => '600']
+ ['min' => '5', 'max' => '600']
))->setHelp('Time in seconds between dashboard widget updates. Small values cause ' .
'more frequent updates but increase the load on the web server. ' .
'Minimum is 5 seconds, maximum 600 seconds');
OpenPOWER on IntegriCloud