gm-plugkit 2.0.1933 → 2.0.1935

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-plugkit",
3
- "version": "2.0.1933",
3
+ "version": "2.0.1935",
4
4
  "description": "Bootstrap and daemon-spawn tool for gm plugkit binary. Downloads the correct platform binary, verifies SHA256, and starts the spool watcher daemon. Includes plugkit-wasm-wrapper for WASM-based spool watching.",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -4651,6 +4651,7 @@ async function runSpoolWatcher(instance, spoolDir) {
4651
4651
  supervisor_pid: _supervisorPid,
4652
4652
  wrapper_sha: _ownWrapperSha12 || null,
4653
4653
  idle_limit_ms: IDLE_LIMIT_MS,
4654
+ supervisor_stale_limit_ms: 30000,
4654
4655
  };
4655
4656
  if (busyMs && busyMs > 0) { rec.busy_until = now + busyMs; _lastBusyUntil = rec.busy_until; }
4656
4657
  fs.writeFileSync(STATUS_PATH, JSON.stringify(rec));