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:
parent
2e31021ecd
commit
eea06795f1
|
|
@ -105,6 +105,7 @@ well in your environment. Here’s 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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue