daemon2: wait longer between spawns (refs #647)
This commit is contained in:
parent
54838d87b7
commit
a8a039eb0d
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue