lower default DAEMON_SLEEP_INTERVAL

This commit is contained in:
Andrew Dolgov 2012-09-15 20:53:12 +04:00
parent b235e09b8d
commit 0f556e3edb
1 changed files with 1 additions and 1 deletions

View File

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