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

@@ -224,7 +224,7 @@ def sample_service(sample_user):
data = {
"name": service_name,
"message_limit": 1000,
"total_message_limit": 250000,
"total_message_limit": 100000,
"restricted": False,
"email_from": email_from,
"created_by": sample_user,