mdserver-web/plugins/sphinx/conf/sphinx.conf

25 lines
464 B
Plaintext
Raw Normal View History

2019-01-16 00:02:05 -05:00
#
# Minimal Sphinx configuration sample (clean, simple, functional)
#
indexer
{
mem_limit = 218M
}
searchd
{
listen = 9312
listen = 9306:mysql41
2019-01-16 00:27:51 -05:00
log = {$SERVER_APP}/index/searchd.log
query_log = {$SERVER_APP}/index/query.log
2019-01-16 00:02:05 -05:00
read_timeout = 5
max_children = 0
2019-01-16 00:27:51 -05:00
pid_file = {$SERVER_APP}/index/searchd.pid
2019-01-16 00:02:05 -05:00
seamless_rotate = 1
preopen_indexes = 1
unlink_old = 1
#workers = threads # for RT to work
2019-01-16 01:56:26 -05:00
binlog_path = {$SERVER_APP}/index/binlog
2019-01-16 00:02:05 -05:00
}