Set executor pool size to 10 (#4571)

pull/4424/head^2
Paulus Schoutsen 2016-11-24 14:56:33 -08:00 committed by GitHub
parent eacdce9ed9
commit febe16d700
1 changed files with 1 additions and 1 deletions

View File

@ -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