summaryrefslogtreecommitdiff
path: root/update_daemon2.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-24 14:15:46 +0400
committerAndrew Dolgov <[email protected]>2013-04-24 14:23:38 +0400
commit8cabc200d5f50327641c6c3ee615095f632afd87 (patch)
treefc6a9716e998761fbb085a78bd6ec4f1a52aacb6 /update_daemon2.php
parent6c0d41c644a77198d5b1c91dd63cc687779f4cf4 (diff)
increase updstart locking interval to prevent concurrent updates; decrease batch size for the daemon
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 30787e6ab..7692eb930 100755
--- a/update_daemon2.php
+++ b/update_daemon2.php
@@ -12,6 +12,7 @@
require_once "config.php";
require_once "autoload.php";
require_once "functions.php";
+ require_once "rssfuncs.php";
// defaults
define_default('PURGE_INTERVAL', 3600); // seconds
@@ -19,7 +20,6 @@
define_default('MAX_JOBS', 2);
define_default('SPAWN_INTERVAL', DAEMON_SLEEP_INTERVAL); // seconds
- require_once "rssfuncs.php";
require_once "sanity_check.php";
require_once "db.php";
require_once "db-prefs.php";