1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 14:15:56 +00:00

add DAEMON_UNSUCCESSFUL_DAYS_LIMIT tunable (defaults to 30 days)

This commit is contained in:
Andrew Dolgov
2020-09-30 17:03:16 +03:00
parent e641547d37
commit 8a02a728c8
2 changed files with 41 additions and 0 deletions

View File

@@ -72,6 +72,9 @@
// this is used to not cause excessive load on the origin server on
// e.g. feed subscription when all articles are being processes
// (not implemented)
define_default('DAEMON_UNSUCCESSFUL_DAYS_LIMIT', 30);
// automatically disable updates for feeds which failed to
// update for this amount of days; 0 disables
/* tunables end here */