From 1d1f6d4fd023e0f9b9851aff259a0b9f022ed13f Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Wed, 9 Jun 2021 17:55:50 -0400 Subject: Add a nag option ( RenotifyInterval ) --- sample-config.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sample-config.yml') diff --git a/sample-config.yml b/sample-config.yml index 0447a3e..cf5421c 100644 --- a/sample-config.yml +++ b/sample-config.yml @@ -2,6 +2,10 @@ RocketChatURL: changeme DiscordURL: changeme +Interval: 1 +# How often do we ping again if there's an error and no change in status? +RenotifyInterval: 900 + # How many concurrent requests do we run? Workers: 10 -- cgit v1.2.3