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:
@@ -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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user