1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-20 11:16:36 +02:00

lower default DAEMON_SLEEP_INTERVAL

This commit is contained in:
Andrew Dolgov 2012-09-15 20:53:12 +04:00
parent b235e09b8d
commit 0f556e3edb

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