Skip to content

Commit 1a6e174

Browse files
boto defaults
1 parent dbbd7a5 commit 1a6e174

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

kmsauth/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ def __init__(
5757
endpoint_url=None,
5858
token_cache_size=4096,
5959
stats=None,
60-
max_pool_connections=100,
61-
connect_timeout=1,
62-
read_timeout=1,
60+
max_pool_connections=None,
61+
connect_timeout=None,
62+
read_timeout=None,
6363
):
6464
"""Create a KMSTokenValidator object.
6565

0 commit comments

Comments
 (0)