Skip to content

Commit ce47bbe

Browse files
committed
python: remove duplicate config attributes
1 parent 5e18763 commit ce47bbe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python/alternator_lb.py

-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ class Config:
5151
rack: str = None
5252
client_cert_file: str = None
5353
client_key_file: str = None
54-
connect_timeout: int = 3600
55-
max_pool_connections: int = 200
5654
aws_region_name: str = "fake-alternator-lb-region"
5755
aws_access_key_id: str = "fake-alternator-lb-access-key-id"
5856
aws_secret_access_key: str = "fake-alternator-lb-secret-access-key"

0 commit comments

Comments
 (0)