summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();
}