mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-07-23 09:11:54 +02:00
Fixed searchd config to user thread_pool workers
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user