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