Fixing spelling: clint -> client (#14323)

This commit is contained in:
Chris Carini
2021-04-25 12:39:28 -07:00
committed by GitHub
parent 3e8bf96642
commit 4d2c9324be

View File

@@ -66,7 +66,7 @@ If you are seeing timeouts (504 Gateway Time-out) when loading dashboard or expl
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
to clients directly. Superset has a client-side timeout limit to address this issue. If query didnt
come back within clint-side timeout (60 seconds by default), Superset will display warning message
come back within client-side timeout (60 seconds by default), Superset will display warning message
to avoid gateway timeout message. If you have a longer gateway timeout limit, you can change the
timeout settings in **superset_config.py**: