teamplayer: Try to optimize wsgi config for file uploads (again)

This commit is contained in:
Albert Hopkins 2010-08-08 00:30:57 -04:00
parent 100e5d9a44
commit 3c22dab4cf
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ ProxyPass /repo/ http://localhost:8000/repo/
<VirtualHost *>
DocumentRoot TP_HOME/web/
WSGIDaemonProcess TP_USER user=TP_USER group=TP_USER processes=5 threads=1
WSGIDaemonProcess TP_USER user=TP_USER group=TP_USER processes=1 threads=5
WSGIScriptAlias / TP_HOME/teamplayer.wsgi
<Location "/">