summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-04-12 19:33:12 +0400
committerAndrew Dolgov <[email protected]>2011-04-12 19:33:12 +0400
commitdbaa4e4aac5e68c6d4714941ae99d3e4028410e5 (patch)
tree86e6a7c06742c66236eade808e3f43753051be22 /config.php-dist
parentf56c6cd48853fa498704d4239bf204d57279f6ce (diff)
config: remove option ENABLE_UPDATE_DAEMON
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist6
1 files changed, 0 insertions, 6 deletions
diff --git a/config.php-dist b/config.php-dist
index 3e4e924b9..1fccbfccc 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -38,12 +38,6 @@
define('TMP_DIRECTORY', '/tmp');
// Directory for temporary files
- define('ENABLE_UPDATE_DAEMON', false);
- // This enables different mechanism for user-triggered updates designed
- // for update daemon running in background on the server.
- // This option suggests FEEDS_FRAME_REFRESH set to a small value
- // (like 60 seconds, depending on number of users and server/bandwidth load).
-
define('DAEMON_SLEEP_INTERVAL', 120);
// Interval between update daemon update runs