summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/local/www/firewall_rules_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_rules_edit.php b/src/usr/local/www/firewall_rules_edit.php
index 90681d0..b600710 100644
--- a/src/usr/local/www/firewall_rules_edit.php
+++ b/src/usr/local/www/firewall_rules_edit.php
@@ -1601,7 +1601,7 @@ $section->addInput(new Form_Input(
'State timeout',
'number',
$pconfig['statetimeout'],
- ['min' => 1, 'max' => 3600]
+ ['min' => 1]
))->setHelp('State Timeout in seconds (TCP only)');
$section->addInput(new Form_StaticText(
OpenPOWER on IntegriCloud