Skip to content

Commit

Permalink
adding connectRetries to aws client by default
Browse files Browse the repository at this point in the history
  • Loading branch information
miki725 committed Aug 13, 2024
1 parent d5c9741 commit 7e435fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nimutils/awsclient.nim
Original file line number Diff line number Diff line change
Expand Up @@ -165,5 +165,6 @@ proc request*(client: var AwsClient, params: Table, headers: HttpHeaders = newHt
payload,
headers=headers,
retries=2,
connectRetries=2,
only2xx=true,
)

0 comments on commit 7e435fa

Please sign in to comment.