From 0bbdbbb547e9a68438c679ffd6ab1110061aa1fe Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Wed, 1 Jul 2020 08:26:47 -0400 Subject: [PATCH] Removed Gotify throttling (#245) --- apprise/plugins/NotifyGotify.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apprise/plugins/NotifyGotify.py b/apprise/plugins/NotifyGotify.py index db969e7f..1e847677 100644 --- a/apprise/plugins/NotifyGotify.py +++ b/apprise/plugins/NotifyGotify.py @@ -77,6 +77,9 @@ class NotifyGotify(NotifyBase): # A URL that takes you to the setup/help of the specific protocol setup_url = 'https://github.com/caronc/apprise/wiki/Notify_gotify' + # Disable throttle rate + request_rate_per_sec = 0 + # Define object templates templates = ( '{schema}://{host}/{token}',