From: Andrew Dolgov Date: Sat, 30 Mar 2013 09:23:47 +0000 (+0400) Subject: daemon2: wait longer between spawns (refs #647) X-Git-Tag: 1.7.6~140 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=a8a039eb0d2f9df00c962c8beadbf3bc6e84347b;p=tt-rss.git daemon2: wait longer between spawns (refs #647) --- diff --git a/update_daemon2.php b/update_daemon2.php index ca787de5..9403d71a 100755 --- a/update_daemon2.php +++ b/update_daemon2.php @@ -278,7 +278,7 @@ // 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(); }