@rallycry/conveyor-agent 7.3.9 → 7.3.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -700,6 +700,7 @@ var Lifecycle = class {
|
|
|
700
700
|
// ── Periodic git flush ────────────────────────────────────────────
|
|
701
701
|
startGitFlush() {
|
|
702
702
|
this.stopGitFlush();
|
|
703
|
+
if (this.config.gitFlushIntervalMs <= 0) return;
|
|
703
704
|
this.gitFlushTimer = setInterval(() => {
|
|
704
705
|
this.callbacks.onGitFlush();
|
|
705
706
|
}, this.config.gitFlushIntervalMs);
|
|
@@ -9424,4 +9425,4 @@ export {
|
|
|
9424
9425
|
buildSessionPreviewPorts,
|
|
9425
9426
|
loadConveyorConfig
|
|
9426
9427
|
};
|
|
9427
|
-
//# sourceMappingURL=chunk-
|
|
9428
|
+
//# sourceMappingURL=chunk-24NCVM4T.js.map
|