From ed3d4e76616c1a50bafee7a540bec945e1db6a7e Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer Date: Fri, 24 Nov 2017 15:55:12 -0800 Subject: [PATCH] Fix for e-mail --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index e60f4f0..a69b2a6 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn pinaxcon.wsgi --log-file - +web: gunicorn pinaxcon.wsgi --timeout 300 --log-file -