diff --git a/docs/docs/installation/configuring-superset.mdx b/docs/docs/installation/configuring-superset.mdx index 66c89c580654a..05f845c114ec0 100644 --- a/docs/docs/installation/configuring-superset.mdx +++ b/docs/docs/installation/configuring-superset.mdx @@ -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 \