From 86b5bae320f5f1d9fe1e731071698982bb320bf0 Mon Sep 17 00:00:00 2001 From: CalDescent Date: Fri, 5 May 2023 13:22:14 +0100 Subject: [PATCH] Set timeout of PUBLISH_MULTIPLE_QDN_RESOURCES to 60 mins. --- src/main/resources/q-apps/q-apps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/q-apps/q-apps.js b/src/main/resources/q-apps/q-apps.js index f6075e8e..ab82b6b8 100644 --- a/src/main/resources/q-apps/q-apps.js +++ b/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":