Set executor pool size to 10 (#4571)
parent
8c56091af7
commit
58eb0ec52a
|
@ -56,7 +56,7 @@ SERVICE_CALL_LIMIT = 10 # seconds
|
||||||
ENTITY_ID_PATTERN = re.compile(r"^(\w+)\.(\w+)$")
|
ENTITY_ID_PATTERN = re.compile(r"^(\w+)\.(\w+)$")
|
||||||
|
|
||||||
# Size of a executor pool
|
# Size of a executor pool
|
||||||
EXECUTOR_POOL_SIZE = 15
|
EXECUTOR_POOL_SIZE = 10
|
||||||
|
|
||||||
# Time for cleanup internal pending tasks
|
# Time for cleanup internal pending tasks
|
||||||
TIME_INTERVAL_TASKS_CLEANUP = 10
|
TIME_INTERVAL_TASKS_CLEANUP = 10
|
||||||
|
|
Loading…
Reference in New Issue