daemon2: wait longer between spawns (refs #647)

master
Andrew Dolgov 13 years ago
parent 54838d87b7
commit a8a039eb0d

@ -278,7 +278,7 @@
// We wait a little time before the next fork, in order to let the first fork // We wait a little time before the next fork, in order to let the first fork
// mark the feeds it update : // mark the feeds it update :
sleep(1); sleep(10);
} }
$last_checkpoint = time(); $last_checkpoint = time();
} }

Loading…
Cancel
Save