mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Increase pool max size for urllib3 in Fritz integration (#53461)
This commit is contained in:
parent
2025afe14b
commit
37d6824ed4
@ -108,6 +108,7 @@ class FritzBoxTools:
|
|||||||
user=self.username,
|
user=self.username,
|
||||||
password=self.password,
|
password=self.password,
|
||||||
timeout=60.0,
|
timeout=60.0,
|
||||||
|
pool_maxsize=30,
|
||||||
)
|
)
|
||||||
|
|
||||||
if not self.connection:
|
if not self.connection:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user