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}',