From ed3d4e76616c1a50bafee7a540bec945e1db6a7e 2017-11-24 23:55:12 From: Christopher Neugebauer Date: 2017-11-24 23:55:12 Subject: [PATCH] Fix for e-mail --- diff --git a/Procfile b/Procfile index e60f4f01b85c6fc30c6d2d9cef9d7e2d54b6b0ed..a69b2a644bef36ab1f836dcc46357197f9277a1e 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn pinaxcon.wsgi --log-file - +web: gunicorn pinaxcon.wsgi --timeout 300 --log-file -