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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user