]> git.wh0rd.org - tt-rss.git/commitdiff
daemon2: wait longer between spawns (refs #647)
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sat, 30 Mar 2013 09:23:47 +0000 (13:23 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sat, 30 Mar 2013 09:23:47 +0000 (13:23 +0400)
update_daemon2.php

index ca787de5b59c6a5aa088329e65482378f62651f1..9403d71a45dfa441c3c0e2f7c484e79b9fe9fd71 100755 (executable)
 
                                // We wait a little time before the next fork, in order to let the first fork
                                // mark the feeds it update :
-                               sleep(1);
+                               sleep(10);
                        }
                        $last_checkpoint = time();
                }