From f000e5a52ba309c64f4bde9ba753c9222aae09fa Mon Sep 17 00:00:00 2001 From: David McDonald Date: Tue, 10 May 2022 15:07:25 +0100 Subject: [PATCH] Adjust resting priorities for SMS providers --- app/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config.py b/app/config.py index f927a3be0..35bc7a095 100644 --- a/app/config.py +++ b/app/config.py @@ -161,8 +161,8 @@ class Config(object): # these should always add up to 100% SMS_PROVIDER_RESTING_POINTS = { - 'mmg': 60, - 'firetext': 40 + 'mmg': 50, + 'firetext': 50 } NOTIFY_SERVICE_ID = 'd6aa2c68-a2d9-4437-ab19-3ae8eb202553'