lower default DAEMON_SLEEP_INTERVAL
This commit is contained in:
parent
b235e09b8d
commit
0f556e3edb
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
define('DAEMON_UPDATE_LOGIN_LIMIT', 30);
|
||||
define('DAEMON_FEED_LIMIT', 100);
|
||||
define('DAEMON_SLEEP_INTERVAL', 120);
|
||||
define('DAEMON_SLEEP_INTERVAL', 60);
|
||||
|
||||
function update_feedbrowser_cache($link) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue