pub const DEFAULT_REQUEST_TIMEOUT_MS: u64 = 30_000;Expand description
Default total request timeout (ms) applied to every artifact PUT.
30 seconds is long enough for a multi-megabyte upload over a modest connection, short enough that a black-holed endpoint does not block the export phase indefinitely.