@rallycry/conveyor-agent 4.2.0 → 4.2.1
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.
|
@@ -2634,7 +2634,7 @@ var PlanSync = class {
|
|
|
2634
2634
|
|
|
2635
2635
|
// src/runner/agent-runner.ts
|
|
2636
2636
|
var HEARTBEAT_INTERVAL_MS = 3e4;
|
|
2637
|
-
var IDLE_TIMEOUT_MS =
|
|
2637
|
+
var IDLE_TIMEOUT_MS = 30 * 60 * 1e3;
|
|
2638
2638
|
var AgentRunner = class _AgentRunner {
|
|
2639
2639
|
config;
|
|
2640
2640
|
connection;
|
|
@@ -3615,4 +3615,4 @@ export {
|
|
|
3615
3615
|
ProjectRunner,
|
|
3616
3616
|
FileCache
|
|
3617
3617
|
};
|
|
3618
|
-
//# sourceMappingURL=chunk-
|
|
3618
|
+
//# sourceMappingURL=chunk-XPAOAAEZ.js.map
|