Browse Source

Set timeout of PUBLISH_MULTIPLE_QDN_RESOURCES to 60 mins.

pull/120/head
CalDescent 1 year ago
parent
commit
86b5bae320
  1. 2
      src/main/resources/q-apps/q-apps.js

2
src/main/resources/q-apps/q-apps.js

@ -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…
Cancel
Save