mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Extend meta refresh time to 600. 60 is way too short.
This commit is contained in:
parent
c6e4761cec
commit
3689b3b8ef
@ -111,7 +111,7 @@ if(!isset($config['shaper']['enable'])) {
|
||||
</form>
|
||||
<br><a href="status_queues.php?reset=true">Reset</a> queues if they do not load.
|
||||
|
||||
<meta http-equiv="refresh" content="60;url=<?php print $_SERVER['SCRIPT_NAME']; ?>">
|
||||
<meta http-equiv="refresh" content="600;url=<?php print $_SERVER['SCRIPT_NAME']; ?>">
|
||||
|
||||
<?php include("fend.inc"); ?>
|
||||
</body>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user