Update crates/uv-client/src/base_client.rs

Co-authored-by: Tomasz Kramkowski <tom@astral.sh>
This commit is contained in:
konsti 2025-12-16 17:15:39 +01:00 committed by GitHub
parent c79ce523a0
commit e65c8a6002
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1139,7 +1139,7 @@ fn retryable_on_request_failure(err: &(dyn Error + 'static)) -> Option<Retryable
None None
} }
/// Decide whether a requests should be retried, tracking previous attempts and backoff. /// Per-request retry state and policy.
pub struct RetryState { pub struct RetryState {
retry_policy: ExponentialBackoff, retry_policy: ExponentialBackoff,
start_time: SystemTime, start_time: SystemTime,