variable DEFAULT_IDLE_TIMEOUT_MS

Default daemon idle window: 30 minutes after the last run finishes. Long enough for typical edit/run/edit bursts, short enough that a forgotten daemon reclaims resources without manual intervention.

DEFAULT_IDLE_TIMEOUT_MS; // 1_800_000 — 30 minutes

Type

number

Usage

import { DEFAULT_IDLE_TIMEOUT_MS } from "lib/commands/daemon/parse-idle-timeout.ts";