summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/functions.php')
-rw-r--r--include/functions.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/functions.php b/include/functions.php
index 97de353e7..6a7ad671d 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -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 */