mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Gunicorn worker settings.
This commit is contained in:
parent
1c6f1a8810
commit
550c822663
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@ def numCPUs():
|
|||
|
||||
bind = "127.0.0.1:8000"
|
||||
pidfile = "/tmp/gunicorn_newsblur.pid"
|
||||
workers = numCPUs() * 2 + 1
|
||||
workers = numCPUs() #* 2 + 1
|
||||
|
|
Loading…
Add table
Reference in a new issue