]> git.wh0rd.org - tt-rss.git/blobdiff - update_daemon2.php
daemon: do not schedule user-disabled feeds (2)
[tt-rss.git] / update_daemon2.php
index 450b9339dc14784e0e49ae381241b7de0c7995b3..e8523d22bd99c7a82f189812a1c86c265f0f0a4e 100755 (executable)
                                        $nf = 0;
 
                                        _debug("Waiting before update..");
-                                       sleep(rand(5,15));
+                                       sleep(rand(1,15));
                                        $nf = update_daemon_common($link);
 
                                        if (rand(0,100) > 50) {