mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-15 14:16:08 -06:00
get back to gevent which is better at monkey patching
This commit is contained in:
parent
b7554c6db8
commit
96b34cc87c
7 changed files with 18 additions and 8 deletions
|
|
@ -73,8 +73,11 @@ backlog = 2048
|
|||
# A positive integer. Generally set in the 1-5 seconds range.
|
||||
#
|
||||
|
||||
# IF YOU DECIDE TO USE EMBEDDED WEBSOCKET, YOU NEED TO SET 'worker_class' TO
|
||||
# 'geventwebsocket.gunicorn.workers.GeventWebSocketWorker'
|
||||
|
||||
workers = 5
|
||||
worker_class = 'eventlet'
|
||||
worker_class = 'gevent'
|
||||
worker_connections = 1000
|
||||
timeout = 300
|
||||
keepalive = 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue