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
1 changed files with 1 additions and 1 deletions

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