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 a1de252 commit 29aab06Copy full SHA for 29aab06
background-charm-service/src/space-manager.ts
@@ -42,7 +42,7 @@ export class SpaceManager {
42
this.maxRetries = options.maxRetries ?? 3;
43
this.pollingIntervalMs = options.pollingIntervalMs ?? 100;
44
this.deactivationTimeoutMs = options.deactivationTimeoutMs ?? 10000;
45
- this.rerunIntervalMs = options.rerunIntervalMs ?? 6000;
+ this.rerunIntervalMs = options.rerunIntervalMs ?? 60000;
46
this.workerController = new WorkerController(this.did);
47
this.timeoutMs = options.timeoutMs ?? 10000;
48
log(`Charm scheduler initialized`);
0 commit comments