Increase default time from 1 second to 3 which is far too short.

This commit is contained in:
Scott Ullrich 2007-07-06 00:09:16 +00:00
parent 0c3ca48ca5
commit 2ea11aaed0

View File

@ -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}";