summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system.php
diff options
context:
space:
mode:
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