docs: Add config for running on a WSGI HTTP server (#19971)

* Add config for running on a WSGI HTTP server

Add example `--worker-connections` to improve gevent performance.

* Update configuring-superset.mdx
This commit is contained in:
thinhnd2104 2022-05-11 23:04:42 +07:00 committed by GitHub
parent 2e31021ecd
commit eea06795f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ well in your environment. Heres an async setup known to work well in producti
```
-w 10 \
-k gevent \
--worker-connections 1000 \
--timeout 120 \
-b 0.0.0.0:6666 \
--limit-request-line 0 \