@memoraone/mcp 0.1.26 → 0.1.27
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.
- package/dist/cli.cjs +1 -1
- package/dist/daemon.cjs +1 -1
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
package/dist/daemon.cjs
CHANGED
|
@@ -1569,7 +1569,7 @@ function resolveHeartbeatIntervalMs() {
|
|
|
1569
1569
|
return Number.isFinite(config2.heartbeatIntervalMs) ? Math.max(1e3, config2.heartbeatIntervalMs) : 3e4;
|
|
1570
1570
|
}
|
|
1571
1571
|
function isDaemonIdleShutdownAllowed() {
|
|
1572
|
-
return
|
|
1572
|
+
return false;
|
|
1573
1573
|
}
|
|
1574
1574
|
async function sendProjectHeartbeat(client, ctx) {
|
|
1575
1575
|
try {
|