pub const MAX_FETCH_TIMEOUT: Duration;
The maximum time to wait before timing out on a fetch. TODO(kaimast): directy multiply by constant once the const_trait_impl feature is stable.
const_trait_impl