Increase pool max size for urllib3 in Fritz integration (#53461)

This commit is contained in:
Simone Chemelli
2021-07-26 16:44:58 +02:00
committed by GitHub
parent 2025afe14b
commit 37d6824ed4

View File

@@ -108,6 +108,7 @@ class FritzBoxTools:
user=self.username,
password=self.password,
timeout=60.0,
pool_maxsize=30,
)
if not self.connection: