diff --git a/app/delivery/send_to_providers.py b/app/delivery/send_to_providers.py index 1c780e801..71a8c8d02 100644 --- a/app/delivery/send_to_providers.py +++ b/app/delivery/send_to_providers.py @@ -148,7 +148,7 @@ def update_notification_to_sending(notification, provider): dao_update_notification(notification) -provider_cache = TTLCache(maxsize=8, ttl=2) +provider_cache = TTLCache(maxsize=8, ttl=10) @cached(cache=provider_cache)