mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Merge branch 'master' of github.com:samuelclay/NewsBlur
This commit is contained in:
commit
1c6f1a8810
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