Skip to content

Commit

Permalink
reduce clientside timeout limit (#2820)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Grace Guo authored May 25, 2017
1 parent 4d12251 commit 77864e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/assets/javascripts/constants.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const QUERY_TIMEOUT_THRESHOLD = 60000;
export const QUERY_TIMEOUT_THRESHOLD = 45000;

0 comments on commit 77864e6

Please sign in to comment.