Skip to content

Commit

Permalink
Merge branch 'develop' v0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rstrahan committed Oct 3, 2023
2 parents 8005f80 + b9b2185 commit d7790a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

BOTO3_SESSION: Boto3Session = boto3.Session()
CLIENT_CONFIG = BotoCoreConfig(
read_timeout= getenv("BOTO_READ_TIMEOUT", 60),
read_timeout= int(getenv("BOTO_READ_TIMEOUT", '60')),
retries={"mode": "adaptive", "max_attempts": 3},
)

Expand Down

0 comments on commit d7790a3

Please sign in to comment.