mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 16:12:51 +11:00
Increased worker size
This commit is contained in:
parent
8db8977910
commit
6a17c7d457
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ setgid www-data
|
|||
exec /srv/dpaste.de/bin/python /srv/dpaste.de/bin/manage.py run_gunicorn \
|
||||
--user=www-data \
|
||||
--group=www-data \
|
||||
--workers=1 \
|
||||
--workers=2 \
|
||||
--error-logfile=/srv/dpaste.de/var/gunicorn.error.log \
|
||||
--pid=/srv/dpaste.de/var/gunicorn.pid \
|
||||
--bind=127.0.0.1:12000
|
||||
|
|
Loading…
Reference in a new issue