Fixed searchd config to user thread_pool workers

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2022-05-31 18:00:58 +02:00
parent eb2b22b2bc
commit 507ac86885

View File

@ -249,5 +249,5 @@ searchd
preopen_indexes = 1 preopen_indexes = 1
unlink_old = 1 unlink_old = 1
thread_stack = 512k thread_stack = 512k
workers = threads # for RT to work workers = thread_pool
} }