mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 08:31:00 -04:00
Increase daily message limit for unrestricted services.
This pr is for: https://www.pivotaltracker.com/story/show/126230157
This commit is contained in:
@@ -148,7 +148,7 @@ def service_switch_live(service_id):
|
||||
current_service['active'],
|
||||
# TODO This limit should be set depending on the agreement signed by
|
||||
# with Notify.
|
||||
25000 if current_service['restricted'] else 50,
|
||||
250000 if current_service['restricted'] else 50,
|
||||
False if current_service['restricted'] else True,
|
||||
current_service['users'],
|
||||
current_service['email_from'])
|
||||
|
||||
Reference in New Issue
Block a user