Skip to content

Commit

Permalink
reduce clientside timeout limit (apache#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 committed May 27, 2017
1 parent ccbfdf3 commit e4b6bc9
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 e4b6bc9

Please sign in to comment.