1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-21 04:45:32 +00:00

new config option: DAEMON_FEED_LIMIT

This commit is contained in:
Andrew Dolgov
2007-11-17 09:40:37 +01:00
parent 6352c214ca
commit ae4ecd5d63
3 changed files with 6 additions and 3 deletions

View File

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