diff config.feeds.example @ 351:0f55bbb7fea3

feeds: Improve safety checks and add new configuration setting.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 27 Nov 2015 13:46:01 +0200
parents 8f5daf6631d9
children e5a9aaf250b3
line wrap: on
line diff
--- a/config.feeds.example	Sun Nov 01 22:05:25 2015 +0200
+++ b/config.feeds.example	Fri Nov 27 13:46:01 2015 +0200
@@ -15,6 +15,12 @@
 set feeds_check_period 5
 
 
+# Limit / number of new feed items allowed to be published
+# after which situation is considered unsynchronized / spam and
+# none of the new items are published.
+set feeds_sync_limit 20
+
+
 # Set channels and feed filters here:
 # "#channel" "feedname|feedname2"
 # feednames can use matching, e.g. "mtv3*" would match all beginning with "mtv3"