1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:15:55 +00:00

daemon: define MAX_JOBS below config.php

This commit is contained in:
Andrew Dolgov
2008-02-08 04:45:31 +01:00
parent 51b8c957ec
commit 98f7041837

View File

@@ -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) {