Skip to content

Commit

Permalink
set interval to normal
Browse files Browse the repository at this point in the history
  • Loading branch information
luisthieme committed Nov 6, 2024
1 parent 38bc898 commit 1ac394b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processcube-engine-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 1ac394b

Please sign in to comment.