why the hell make the faster values for "debug only" waiting it so 1990's
This commit is contained in:
parent
e0bcc7802c
commit
c2119e322d
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
<?php
|
||||
|
||||
$refresh_rates = array( /* // there values are for debug purposes only
|
||||
$refresh_rates = array(
|
||||
array('desc' => 'Every 5 secs',
|
||||
'secs' => 5,
|
||||
),
|
||||
array('desc' => 'Every 30 secs',
|
||||
'secs' => 30,
|
||||
),*/
|
||||
),
|
||||
array('desc' => 'Every 1 min.',
|
||||
'secs' => 60,
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue