1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 07:25:54 +00:00

daemon: do not schedule user-disabled feeds (2)

This commit is contained in:
Andrew Dolgov
2013-03-31 14:36:06 +04:00
parent cd7ebb39e4
commit ee0542ce28
2 changed files with 9 additions and 6 deletions

View File

@@ -249,7 +249,7 @@
$nf = 0;
_debug("Waiting before update..");
sleep(rand(5,15));
sleep(rand(1,15));
$nf = update_daemon_common($link);
if (rand(0,100) > 50) {