Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
BinaryScary committed May 21, 2021
1 parent 4529114 commit 77ad5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enumerate_iam/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def get_client(access_key, secret_key, session_token, service_name, region):

config = Config(connect_timeout=5,
read_timeout=5,
retries={'max_attempts': 30},
retries={'max_attempts': 3},
max_pool_connections=MAX_POOL_CONNECTIONS * 2)

try:
Expand Down

0 comments on commit 77ad5b4

Please sign in to comment.