From b2cd1c65b9112edd66d4e91fdb5ad7befbddde91 Mon Sep 17 00:00:00 2001 From: ifireice Date: Tue, 7 Apr 2020 11:29:54 +0300 Subject: [PATCH] add read_batch_size in notifier config example --- notifier.example.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/notifier.example.yml b/notifier.example.yml index cc1cba4..24a54dc 100644 --- a/notifier.example.yml +++ b/notifier.example.yml @@ -35,6 +35,8 @@ notifier: timezone: Europe/Moscow # Format for email sender. Default is "15:04 02.01.2006". See https://golang.org/pkg/time/#Time.Format for more details about golang time formatting. date_time_format: "15:04 02.01.2006" + # Amount of messages notifier reads from Redis per iteration, -1 for unlimited + read_batch_size: -1 # List of senders, every element has "type" field (one of ["pushover", "slack", "mail", "telegram", "twilio sms", "twilio voice", "script"]) # Every type of sender has additional config fields senders: