change total message limit to 100000

This commit is contained in:
Kenneth Kehl
2025-01-23 08:01:51 -08:00
parent e6899ef9d0
commit d051955d65
4 changed files with 14 additions and 14 deletions

View File

@@ -339,7 +339,7 @@ class Config(object):
FREE_SMS_TIER_FRAGMENT_COUNT = 250000
TOTAL_MESSAGE_LIMIT = 250000
TOTAL_MESSAGE_LIMIT = 100000
DAILY_MESSAGE_LIMIT = notifications_utils.DAILY_MESSAGE_LIMIT