From abc8c7b26725257a95f3e5bf12d73b641d5a2ffd Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Sat, 29 Aug 2015 12:17:31 +0000 Subject: [PATCH] Letting httpd reap bodhi threads might help with swap. --- 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 c21caa29ec..0fbeb2b659 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}} +WSGIDaemonProcess bodhi user=bodhi group=bodhi display-name=bodhi processes={{wsgi_procs}} threads={{wsgi_threads}} inactivity-timeout=300 WSGISocketPrefix run/wsgi WSGIRestrictStdout On WSGIRestrictSignal Off