summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-07-01 12:22:59 +0400
committerAndrew Dolgov <[email protected]>2010-07-01 12:22:59 +0400
commit21a22f5466ee3749d6b23a88e7d4c73a40a6b26c (patch)
tree2976d90ae953a35d9347497641b449934a4273e5 /config.php-dist
parent2211a391fa85f7360fe0a6d9011dbaaa8e161dc1 (diff)
config: remove unused MAX_UPDATE_TIME
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist9
1 files changed, 0 insertions, 9 deletions
diff --git a/config.php-dist b/config.php-dist
index 9d4fd1bbd..391e38d17 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -46,15 +46,6 @@
define('FEEDS_FRAME_REFRESH', 600);
// Auto refresh interval for feeds frame (in seconds)
- define('MAX_UPDATE_TIME', 0);
- // Limit one update sequence run to this number of seconds.
- // The valiue is not exact, because it is being checked between feed updates,
- // which could use abritrary amount of time. Feeds which could not be updated
- // in time, are being skipped.
- // If this option is enabled (non-zero) feeds are updated in random order.
- // It is also recommended to set FEEDS_FRAME_REFRESH to a lower value if using
- // this option.
-
define('ENABLE_UPDATE_DAEMON', false);
// This enables different mechanism for user-triggered updates designed
// for update daemon running in background on the server.