forked from Qortal/qortal
Increased timeout for other new actions.
This commit is contained in:
parent
86b5bae320
commit
3f71a63512
@ -432,6 +432,8 @@ function getDefaultTimeout(action) {
|
||||
// Some actions need longer default timeouts, especially those that create transactions
|
||||
switch (action) {
|
||||
case "GET_USER_ACCOUNT":
|
||||
case "SAVE_FILE":
|
||||
case "DECRYPT_DATA":
|
||||
// User may take a long time to accept/deny the popup
|
||||
return 60 * 60 * 1000;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user