We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4907daa + da20526 commit df387c1Copy full SHA for df387c1
1 file changed
collector/src/self_profile.rs
@@ -194,8 +194,8 @@ impl S3WriteContext {
194
.retry_config(RetryConfig::standard().with_max_attempts(3))
195
.timeout_config(
196
TimeoutConfig::builder()
197
- .connect_timeout(Duration::from_secs(5))
198
- .read_timeout(Duration::from_secs(3))
+ .connect_timeout(Duration::from_secs(15))
+ .read_timeout(Duration::from_secs(15))
199
.operation_attempt_timeout(Duration::from_secs(60))
200
.build(),
201
)
0 commit comments