Skip to content

Commit

Permalink
Set executor pool size to 10 (home-assistant#4571)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored Nov 24, 2016
1 parent eacdce9 commit febe16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
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
Expand Down

0 comments on commit febe16d

Please sign in to comment.