From 4dc60e7ff6b9e2ca8b9609675a8ab2ec600df432 Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Thu, 31 Oct 2019 18:51:53 +0100 Subject: [PATCH] Updated Custom Configuration (markdown) --- Custom-Configuration.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Custom-Configuration.md b/Custom-Configuration.md index f83f78e..d8583a0 100644 --- a/Custom-Configuration.md +++ b/Custom-Configuration.md @@ -145,6 +145,7 @@ Example: `email = "admin@instance.rss-bridge.com"` This section provides following parameters: - [output](#output) +- [report_limit](#report_limit) ### output @@ -154,4 +155,10 @@ Defines how error messages are returned by RSS-Bridge `http`: As HTTP error message -`none`: No errors are reported \ No newline at end of file +`none`: No errors are reported + +### report_limit + +Defines how often an error must occur before it is reported to the user + +`report_limit`: 1 (default) \ No newline at end of file