change message limit

This commit is contained in:
Kenneth Kehl
2025-06-06 09:18:07 -07:00
parent 8e0bb22634
commit 5f0c72df1d
2 changed files with 3 additions and 3 deletions

View File

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