Skip to content

DEFAULT_FETCH_TIMEOUT_MS

const DEFAULT_FETCH_TIMEOUT_MS: 30000 = 30_000

Defined in: web/tools.ts:27

Wall-clock budget for a whole fetch. Mirrors src/bash/’s DEFAULT_TIMEOUT_MS; the name is prefixed because that one is already exported unqualified from this package’s root.