mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 01:37:08 +00:00
Set executor pool size to 10 (#4571)
This commit is contained in:
parent
eacdce9ed9
commit
febe16d700
@ -56,7 +56,7 @@ SERVICE_CALL_LIMIT = 10 # seconds
|
||||
ENTITY_ID_PATTERN = re.compile(r"^(\w+)\.(\w+)$")
|
||||
|
||||
# Size of a executor pool
|
||||
EXECUTOR_POOL_SIZE = 15
|
||||
EXECUTOR_POOL_SIZE = 10
|
||||
|
||||
# Time for cleanup internal pending tasks
|
||||
TIME_INTERVAL_TASKS_CLEANUP = 10
|
||||
|
Loading…
x
Reference in New Issue
Block a user