mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Adjust MAX_LOAD_CONCURRENTLY constant to allow 6 storage loaders (#112468)
This commit is contained in:
@@ -98,7 +98,6 @@ CUSTOM_WARNING = (
|
||||
|
||||
_UNDEF = object() # Internal; not helpers.typing.UNDEFINED due to circular dependency
|
||||
|
||||
MAX_LOAD_CONCURRENTLY = 4
|
||||
|
||||
MOVED_ZEROCONF_PROPS = ("macaddress", "model", "manufacturer")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user