We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb860c8 commit a508e39Copy full SHA for a508e39
env.d/development/backend.e2e
@@ -32,3 +32,7 @@ EMAIL_BACKEND=django.core.mail.backends.console.EmailBackend
32
33
# Debug
34
DJANGO_DEBUG=True
35
+
36
+# Max recipients per message settings for E2E tests
37
+MAX_RECIPIENTS_PER_MESSAGE=200
38
+MAX_DEFAULT_RECIPIENTS_PER_MESSAGE=150
0 commit comments