mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 09:31:29 +00:00
lower default DAEMON_SLEEP_INTERVAL
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
define('DAEMON_UPDATE_LOGIN_LIMIT', 30);
|
define('DAEMON_UPDATE_LOGIN_LIMIT', 30);
|
||||||
define('DAEMON_FEED_LIMIT', 100);
|
define('DAEMON_FEED_LIMIT', 100);
|
||||||
define('DAEMON_SLEEP_INTERVAL', 120);
|
define('DAEMON_SLEEP_INTERVAL', 60);
|
||||||
|
|
||||||
function update_feedbrowser_cache($link) {
|
function update_feedbrowser_cache($link) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user