FETCH_TIMEOUT_MS
const FETCH_TIMEOUT_MS: 20000 = 20_000;Per-request ceiling. Without it a single slow or hung host stalls an entire sync run for minutes. A bounded request fails fast and is retried next run.
const FETCH_TIMEOUT_MS: 20000 = 20_000;Per-request ceiling. Without it a single slow or hung host stalls an entire sync run for minutes. A bounded request fails fast and is retried next run.