summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-11-17 09:40:37 +0100
committerAndrew Dolgov <[email protected]>2007-11-17 09:40:37 +0100
commitae4ecd5d63acfd43ff04a5e8df13dc030e779f07 (patch)
tree894dbac9393b6faa97f38c0f76432e154310e10f /config.php-dist
parent6352c214ca3e7c394fd6576af6d41a2835144d13 (diff)
new config option: DAEMON_FEED_LIMIT
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.php-dist b/config.php-dist
index 55c068441..8001513d0 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -161,7 +161,10 @@
// These two options enable SMTP authentication when sending
// digests. Require DIGEST_SMTP_HOST.
- define('CONFIG_VERSION', 11);
+ define('DAEMON_FEED_LIMIT', 100);
+ // Limits the amount of feeds daemon updates on one run
+
+ define('CONFIG_VERSION', 12);
// Expected config version. Please update this option in config.php
// if necessary (after migrating all new options from this file).