summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-02-11 05:47:52 +0100
committerAndrew Dolgov <[email protected]>2006-02-11 05:47:52 +0100
commitcbd8650dfe0edd0a2eecd99b78cda80c61cd123d (patch)
treeb1bec1f1c631e6fada252461ce0fc56c4bb58c90 /config.php-dist
parente2cb4c6d7a4781469798fd5cf66ddb72e5d4a57c (diff)
new option: MAX_UPDATE_TIME
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.php-dist b/config.php-dist
index db739a750..7326586b2 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -73,6 +73,15 @@
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.
// vim:ft=php
?>