mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
why the hell make the faster values for "debug only" waiting it so 1990's
--HG-- branch : rc-botanic-webdev
This commit is contained in:
parent
26c4b51d01
commit
b76fe233da
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$refresh_rates = array( /* // there values are for debug purposes only
|
$refresh_rates = array(
|
||||||
array('desc' => 'Every 5 secs',
|
array('desc' => 'Every 5 secs',
|
||||||
'secs' => 5,
|
'secs' => 5,
|
||||||
),
|
),
|
||||||
array('desc' => 'Every 30 secs',
|
array('desc' => 'Every 30 secs',
|
||||||
'secs' => 30,
|
'secs' => 30,
|
||||||
),*/
|
),
|
||||||
array('desc' => 'Every 1 min.',
|
array('desc' => 'Every 1 min.',
|
||||||
'secs' => 60,
|
'secs' => 60,
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue