mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Increase default time from 1 second to 3 which is far too short.
This commit is contained in:
parent
0c3ca48ca5
commit
2ea11aaed0
@ -41,7 +41,7 @@ $nb_plot=120; //NB plot in graph
|
||||
if ($_GET["timeint"])
|
||||
$time_interval = $_GET["timeint"]; //Refresh time Interval
|
||||
else
|
||||
$time_interval = 1;
|
||||
$time_interval = 3;
|
||||
|
||||
$fetch_link = "ifstats.php?if={$ifnum}";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user