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:
Botanic 2013-06-05 19:59:53 -07:00
parent 26c4b51d01
commit b76fe233da

View file

@ -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,
), ),