From 1ac394b763dba2fda4d9230a895afc398a0527b4 Mon Sep 17 00:00:00 2001 From: luisthieme Date: Wed, 6 Nov 2024 14:34:04 +0100 Subject: [PATCH] set interval to normal --- processcube-engine-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processcube-engine-config.js b/processcube-engine-config.js index 2c56e89..ee7502e 100644 --- a/processcube-engine-config.js +++ b/processcube-engine-config.js @@ -143,7 +143,7 @@ async function startRefreshingIdentityCycle(clientId, clientSecret, authorityUrl configNode.setIdentity(freshIdentity); retries = 5; - setTimeout(refresh, 2000); + setTimeout(refresh, delay); } catch (error) { if (retries === 0) { console.error(