From 60bd9a6f821762a955f3911630e6415a959b05be Mon Sep 17 00:00:00 2001 From: Pea Tyczynska Date: Thu, 19 Nov 2020 10:28:37 +0000 Subject: [PATCH] Give providers equal shares of traffic This is done on a temporary basis for billing-related reasons. --- app/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config.py b/app/config.py index 29fb57d61..3809a3109 100644 --- a/app/config.py +++ b/app/config.py @@ -143,8 +143,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'