mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +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,
|
||||
password=self.password,
|
||||
timeout=60.0,
|
||||
pool_maxsize=30,
|
||||
)
|
||||
|
||||
if not self.connection:
|
||||
|
Loading…
x
Reference in New Issue
Block a user