mirror of
https://github.com/Qortal/qortal.git
synced 2025-02-11 17:55:50 +00:00
Increased timeouts to 5 mins for various actions that require the user to confirm.
This commit is contained in:
parent
8d462dedfa
commit
3109c3bb16
@ -438,7 +438,7 @@ function getDefaultTimeout(action) {
|
||||
case "DEPLOY_AT":
|
||||
case "SEND_COIN":
|
||||
// Allow extra time for other actions that create transactions, even if there is no PoW
|
||||
return 30 * 1000;
|
||||
return 5 * 60 * 1000;
|
||||
|
||||
default:
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user