1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 09:15:55 +00:00

daemon2: wait longer between spawns (refs #647)

This commit is contained in:
Andrew Dolgov
2013-03-30 13:23:47 +04:00
parent 54838d87b7
commit a8a039eb0d

View File

@@ -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();
}