Skip to content

Commit

Permalink
Increase DEFAULT_TIMEOUT_POST_MS
Browse files Browse the repository at this point in the history
-  ISSUE: CSCEUDAT-1473
  • Loading branch information
gek20 committed Nov 22, 2024
1 parent 72b946c commit bedf7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/src/data/ajax.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import reqwest from 'reqwest'


const DEFAULT_TIMEOUT_GET_MS = 10 * 1000; // 10 seconds
const DEFAULT_TIMEOUT_POST_MS = 10 * 1000; // 10 seconds
const DEFAULT_TIMEOUT_POST_MS = 20 * 1000; // 10 seconds


export let errorHandler = {fn:function(text){}};
Expand Down

0 comments on commit bedf7ca

Please sign in to comment.