From 3f5a811e8f63158afc6f0ed6bfeddaa2701e4a43 Mon Sep 17 00:00:00 2001 From: Ben Thorner Date: Mon, 11 Apr 2022 10:44:57 +0100 Subject: [PATCH] Further tweaks to SMS provider resting points --- app/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config.py b/app/config.py index 0778e4c93..254b55850 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': 55, - 'firetext': 45 + 'mmg': 60, + 'firetext': 40 } NOTIFY_SERVICE_ID = 'd6aa2c68-a2d9-4437-ab19-3ae8eb202553'