mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Increase discovery flow init concurrency limit to 20 (#115230)
This commit is contained in:
parent
44f8dbf86b
commit
95958ac0ef
@ -11,7 +11,7 @@ from homeassistant.core import CoreState, Event, HomeAssistant, callback
|
||||
from homeassistant.loader import bind_hass
|
||||
from homeassistant.util.async_ import gather_with_limited_concurrency
|
||||
|
||||
FLOW_INIT_LIMIT = 2
|
||||
FLOW_INIT_LIMIT = 20
|
||||
DISCOVERY_FLOW_DISPATCHER = "discovery_flow_dispatcher"
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user