mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-20 14:29:25 -04:00
change total message limit to 100000
This commit is contained in:
@@ -121,7 +121,7 @@ def create_service(
|
||||
email_from=None,
|
||||
prefix_sms=True,
|
||||
message_limit=1000,
|
||||
total_message_limit=250000,
|
||||
total_message_limit=100000,
|
||||
organization_type=OrganizationType.FEDERAL,
|
||||
check_if_service_exists=False,
|
||||
go_live_user=None,
|
||||
|
||||
Reference in New Issue
Block a user