Skip to content
1 min read · 18 words

Variable: DEFAULT_CRASH_POLICY_MAX_CRASHES

ts
const DEFAULT_CRASH_POLICY_MAX_CRASHES: 3 = 3;

Defined in: src/batteries/isolation/crash_policy.ts:22

How many crashes inside the window are tolerated (with 'respawn') before 'giveUp'.