Skip to content

Commit eea2106

Browse files
committed
poller should use private interval
1 parent eea6ce3 commit eea2106

File tree

1 file changed

+1
-1
lines changed
  • packages/cli-v3/src/entryPoints/managed

1 file changed

+1
-1
lines changed

packages/cli-v3/src/entryPoints/managed/poller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export class RunExecutionSnapshotPoller {
8787

8888
await this.handleSnapshotChange(response.data.execution);
8989
},
90-
intervalMs: opts.snapshotPollIntervalSeconds * 1000,
90+
intervalMs: this.snapshotPollIntervalMs,
9191
leadingEdge: false,
9292
onError: async (error) => {
9393
this.logger.sendDebugLog({

0 commit comments

Comments
 (0)