mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Increase wait time to 20 seconds to give slower platforms a chance to catch up
This commit is contained in:
parent
6e0f3899e8
commit
ca0a985f28
@ -169,7 +169,7 @@ if ($_POST) {
|
||||
|
||||
$savemsg = get_std_save_message($retval);
|
||||
if ($restart_webgui)
|
||||
$savemsg .= "<br />One moment...redirecting to {$url} in 10 seconds.";
|
||||
$savemsg .= "<br />One moment...redirecting to {$url} in 20 seconds.";
|
||||
}
|
||||
}
|
||||
|
||||
@ -280,7 +280,7 @@ include("head.inc");
|
||||
<?php
|
||||
// restart webgui if proto or port changed
|
||||
if ($restart_webgui) {
|
||||
echo "<meta http-equiv=\"refresh\" content=\"10;url={$url}\">";
|
||||
echo "<meta http-equiv=\"refresh\" content=\"20;url={$url}\">";
|
||||
}
|
||||
ob_flush();
|
||||
flush();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user