diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-03-30 13:23:47 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-03-30 13:23:47 +0400 |
| commit | a8a039eb0d2f9df00c962c8beadbf3bc6e84347b (patch) | |
| tree | da2e4e9f31643d7c9eeb7428402c6ac2dbafe5bc | |
| parent | 54838d87b7a143c173b6edd6963c6010688ea61b (diff) | |
daemon2: wait longer between spawns (refs #647)
| -rwxr-xr-x | update_daemon2.php | 2 |
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(); } |