forked from home-assistant/core
Increase pool max size for urllib3 in Fritz integration (#53461)
This commit is contained in:
@@ -108,6 +108,7 @@ class FritzBoxTools:
|
||||
user=self.username,
|
||||
password=self.password,
|
||||
timeout=60.0,
|
||||
pool_maxsize=30,
|
||||
)
|
||||
|
||||
if not self.connection:
|
||||
|
Reference in New Issue
Block a user