We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a09a17 commit 5d16490Copy full SHA for 5d16490
container/shim/src/modules/registration.js
@@ -110,7 +110,7 @@ export async function register(initial = false) {
110
111
await sendRegisterRequest(initial, registerOptions);
112
113
- setTimeout(register, (NETWORK === "local" ? 1 : Math.random() * 5 + 5) * 60 * 1000);
+ setTimeout(register, Math.ceil((NETWORK === "local" ? 1 : Math.random() * 4 + 6) * 60 * 1000));
114
}
115
116
async function fetchRequirements() {
0 commit comments