summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--update_daemon2.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/update_daemon2.php b/update_daemon2.php
index 1b4007ac8..be652777e 100644
--- a/update_daemon2.php
+++ b/update_daemon2.php
@@ -12,8 +12,6 @@
define('SIMPLEPIE_CACHE_DIR', '/var/tmp/simplepie-ttrss-cache-daemon');
define('DISABLE_SESSIONS', true);
- define('MAX_JOBS', 2);
-
require_once "version.php";
if (strpos(VERSION, ".99") !== false || getenv('DAEMON_XDEBUG')) {
@@ -25,6 +23,8 @@
require_once "sanity_check.php";
require_once "config.php";
+ define('MAX_JOBS', 2);
+
define('SPAWN_INTERVAL', DAEMON_SLEEP_INTERVAL);
if (!ENABLE_UPDATE_DAEMON) {