mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user