mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-15 14:16:08 -06:00
share global lock between gunicorn workers
This commit is contained in:
parent
00dd24b013
commit
cf9f35cfdf
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ worker_connections = 1000
|
|||
timeout = 300
|
||||
keepalive = 2
|
||||
|
||||
preload = False
|
||||
preload = True
|
||||
|
||||
#
|
||||
# spew - Install a trace function that spews every line of Python
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue