Skip to content

Commit

Permalink
add read_batch_size in notifier config example
Browse files Browse the repository at this point in the history
  • Loading branch information
ifireice authored and beevee committed May 8, 2020
1 parent 0f18526 commit b2cd1c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions notifier.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b2cd1c6

Please sign in to comment.