From c3efd65fd3baf1bedd28433afaa6d2639336219f Mon Sep 17 00:00:00 2001 From: nitely Date: Wed, 21 Jun 2017 18:12:29 -0300 Subject: [PATCH] 20 secs --- example/project/settings/prod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/project/settings/prod.py b/example/project/settings/prod.py index e6917eaba..551b458b6 100644 --- a/example/project/settings/prod.py +++ b/example/project/settings/prod.py @@ -28,7 +28,7 @@ SERVER_EMAIL = DEFAULT_FROM_EMAIL # For error notifications # Email sending timeout -EMAIL_TIMEOUT = 30 # Default is None (infinite) +EMAIL_TIMEOUT = 20 # Default is None (infinite) # Extend the Spirit installed apps # Check out the .base.py file for more examples