mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-04-13 09:42:01 +00:00
Increasing timeout on gunicorn to 2 min.
This commit is contained in:
parent
e01fabe52c
commit
a851a2c6d9
1 changed files with 1 additions and 1 deletions
|
@ -12,6 +12,6 @@ accesslog = "/home/sclay/newsblur/logs/production.log"
|
|||
errorlog = "/home/sclay/newsblur/logs/errors.log"
|
||||
loglevel = "debug"
|
||||
name = "newsblur"
|
||||
timeout = 60
|
||||
timeout = 120
|
||||
max_requests = 1000
|
||||
workers = numCPUs()
|
||||
|
|
Loading…
Add table
Reference in a new issue