mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
reduce clientside timeout limit (#2820)
it was set to 60 seconds. But it seems gateway will return 504 around 50 seconds. Will reduce client side timeout limit to 45 seconds.
This commit is contained in:
@@ -1 +1 @@
|
||||
export const QUERY_TIMEOUT_THRESHOLD = 60000;
|
||||
export const QUERY_TIMEOUT_THRESHOLD = 45000;
|
||||
|
||||
Reference in New Issue
Block a user