Bump the number of processes and threads for pkgdb2 (for real this time)

This commit is contained in:
Pierre-Yves Chibon 2014-12-18 13:30:37 +01:00
parent a167205e85
commit be5699f704

View file

@ -1,7 +1,7 @@
Alias /pkgdb/static /usr/lib/python2.7/site-packages/pkgdb2/static/
WSGIDaemonProcess pkgdb user=apache maximum-requests=1000 display-name=pkgdb processes=2 threads=1
WSGIDaemonProcess pkgdb user=apache maximum-requests=1000 display-name=pkgdb processes=4 threads=4
WSGISocketPrefix run/wsgi
WSGIRestrictStdout On
WSGIRestrictSignal Off