mirror of
https://github.com/apache/superset.git
synced 2026-04-09 19:35:21 +00:00
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.
2 lines
46 B
JavaScript
2 lines
46 B
JavaScript
export const QUERY_TIMEOUT_THRESHOLD = 45000;
|