This is an automated email from the ASF dual-hosted git repository.

johnbodley pushed a commit to branch john-bodley--update-faq-docs
in repository https://gitbox.apache.org/repos/asf/superset.git

commit ebc3f58920f324ff5f94c039f77c087598d36296
Author: John Bodley <[email protected]>
AuthorDate: Mon Jul 25 10:48:33 2022 -0700

    docs: Removing erroneous FAQ timeout message
---
 docs/docs/frequently-asked-questions.mdx | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/docs/docs/frequently-asked-questions.mdx 
b/docs/docs/frequently-asked-questions.mdx
index 04b30b272b..40c56bdde1 100644
--- a/docs/docs/frequently-asked-questions.mdx
+++ b/docs/docs/frequently-asked-questions.mdx
@@ -57,14 +57,6 @@ timeout in configuration. For example:
 SQLLAB_ASYNC_TIME_LIMIT_SEC = 60 * 60 * 6
 ```
 
-Superset is running on gunicorn web server, which may time out web requests. 
If you want to increase
-the default (50), you can specify the timeout when starting the web server 
with the -t flag, which
-is expressed in seconds.
-
-```
-superset runserver -t 300
-```
-
 If you are seeing timeouts (504 Gateway Time-out) when loading dashboard or 
explore slice, you are
 probably behind gateway or proxy server (such as Nginx). If it did not receive 
a timely response
 from Superset server (which is processing long queries), these web servers 
will send 504 status code

Reply via email to