mirror of
https://github.com/Qortal/qortal.git
synced 2025-03-14 19:42:32 +00:00
Set timeout of PUBLISH_MULTIPLE_QDN_RESOURCES to 60 mins.
This commit is contained in:
parent
3775135e0c
commit
86b5bae320
@ -440,8 +440,8 @@ function getDefaultTimeout(action) {
|
||||
return 60 * 1000;
|
||||
|
||||
case "PUBLISH_QDN_RESOURCE":
|
||||
case "PUBLISH_MULTIPLE_QDN_RESOURCES":
|
||||
// Publishing could take a very long time on slow system, due to the proof-of-work computation
|
||||
// It's best not to timeout
|
||||
return 60 * 60 * 1000;
|
||||
|
||||
case "SEND_CHAT_MESSAGE":
|
||||
|
Loading…
x
Reference in New Issue
Block a user