Increase daily message limit for unrestricted services.

This pr is for:

https://www.pivotaltracker.com/story/show/126230157
This commit is contained in:
Adam Shimali
2016-07-14 11:38:54 +01:00
parent 4dcd8906c8
commit 22601ab4f6
2 changed files with 2 additions and 2 deletions

View File

@@ -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'])