summaryrefslogtreecommitdiff
path: root/update_daemon2.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-30 13:23:47 +0400
committerAndrew Dolgov <[email protected]>2013-03-30 13:23:47 +0400
commita8a039eb0d2f9df00c962c8beadbf3bc6e84347b (patch)
treeda2e4e9f31643d7c9eeb7428402c6ac2dbafe5bc /update_daemon2.php
parent54838d87b7a143c173b6edd6963c6010688ea61b (diff)
daemon2: wait longer between spawns (refs #647)
Diffstat (limited to 'update_daemon2.php')
-rwxr-xr-xupdate_daemon2.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_daemon2.php b/update_daemon2.php
index ca787de5b..9403d71a4 100755
--- a/update_daemon2.php
+++ b/update_daemon2.php
@@ -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();
}