Skip to content

Commit 0503d1d

Browse files
Update src/ghga_service_commons/transports/config.py
Co-authored-by: Byron Himes <[email protected]>
1 parent 3347719 commit 0503d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ghga_service_commons/transports/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class RetryTransportConfig(BaseSettings):
5555
exponential_backoff_max: NonNegativeInt = Field(
5656
default=60,
5757
description="Maximum number of seconds to wait between retries when using"
58-
+ "exponential backoff retry strategies. The client timeout might need to be adjusted accoringly.",
58+
+ " exponential backoff retry strategies. The client timeout might need to be adjusted accordingly.",
5959
)
6060
max_retries: NonNegativeInt = Field(
6161
default=3, description="Number of times to retry failed API calls."

0 commit comments

Comments
 (0)