mirror of https://github.com/midoks/mdserver-web
parent
b3228a816b
commit
76e756c1e5
@ -0,0 +1,24 @@ |
||||
# |
||||
# Minimal Sphinx configuration sample (clean, simple, functional) |
||||
# |
||||
|
||||
indexer |
||||
{ |
||||
mem_limit = 218M |
||||
} |
||||
|
||||
searchd |
||||
{ |
||||
listen = 9312 |
||||
listen = 9306:mysql41 |
||||
log = {$SERVER_APP}/index/searchd.log |
||||
query_log = {$SERVER_APP}/index/query.log |
||||
read_timeout = 5 |
||||
max_children = 0 |
||||
pid_file = {$SERVER_APP}/index/searchd.pid |
||||
seamless_rotate = 1 |
||||
preopen_indexes = 1 |
||||
unlink_old = 1 |
||||
#workers = threads # for RT to work |
||||
binlog_path = {$SERVER_APP}/index/binlog |
||||
} |
Loading…
Reference in new issue