Skip to content

Commit e46ecfb

Browse files
authored
Merge pull request #75 from aws/hayemaxi-patch-1
fix: update stalled stream protection to 12s
2 parents 6178f6d + 10bfb40 commit e46ecfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/fig_auth/src/builder_id.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ pub(crate) fn client(region: Region) -> Client {
104104
.sleep_impl(SharedAsyncSleep::new(TokioSleep::new()))
105105
.stalled_stream_protection(
106106
StalledStreamProtectionConfig::enabled()
107-
.grace_period(std::time::Duration::from_secs(60))
107+
.grace_period(std::time::Duration::from_secs(12))
108108
.build(),
109109
)
110110
.app_name(app_name())

0 commit comments

Comments
 (0)