Merge branch 'feature-websockets-status' into dev

This commit is contained in:
jonaswinkler 2021-01-31 14:37:15 +01:00
commit fd59def1bd
45 changed files with 1763 additions and 371 deletions

View file

@ -1,7 +1,7 @@
bind = '0.0.0.0:8000'
backlog = 2048
workers = 3
worker_class = 'sync'
worker_class = 'uvicorn.workers.UvicornWorker'
worker_connections = 1000
timeout = 20
keepalive = 2