From 201f5fc2b3f902db318b9cbb5e771205c0c02dea Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 24 Sep 2015 20:52:13 +0000 Subject: [PATCH] get rid of max requests while we debug this artichoke. --- roles/bodhi2/base/templates/bodhi-app.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/base/templates/bodhi-app.conf b/roles/bodhi2/base/templates/bodhi-app.conf index f904171463..c21caa29ec 100644 --- a/roles/bodhi2/base/templates/bodhi-app.conf +++ b/roles/bodhi2/base/templates/bodhi-app.conf @@ -14,7 +14,7 @@ Alias /static /usr/lib/python2.7/site-packages/bodhi/static/ -WSGIDaemonProcess bodhi user=bodhi group=bodhi display-name=bodhi processes={{wsgi_procs}} threads={{wsgi_threads}} maximum-requests=300 +WSGIDaemonProcess bodhi user=bodhi group=bodhi display-name=bodhi processes={{wsgi_procs}} threads={{wsgi_threads}} WSGISocketPrefix run/wsgi WSGIRestrictStdout On WSGIRestrictSignal Off