---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/variables/DEFAULT_CRASH_POLICY_WINDOW_MS.md
description: >-
  How long a run of crashes must fall within to count toward the same escalation
  window.
---

# Variable: DEFAULT\_CRASH\_POLICY\_WINDOW\_MS

```ts
const DEFAULT_CRASH_POLICY_WINDOW_MS: 120000 = 120_000;
```

Defined in: [src/batteries/isolation/crash\_policy.ts:19](https://github.com/NHTIO/ADK/blob/v1.20260713.1/src/src/batteries/isolation/crash_policy.ts#L19)

How long a run of crashes must fall within to count toward the same escalation window.
