why the hell make the faster values for "debug only" waiting it so 1990's

This commit is contained in:
Botanic 2013-06-05 19:59:53 -07:00
parent 8eb1a7c88f
commit 6ccf7df354

View file

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