mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
add searchd section example
This commit is contained in:
parent
7254a4ae50
commit
cb98bbf683
1 changed files with 15 additions and 0 deletions
|
|
@ -53,4 +53,19 @@ index magnet
|
|||
indexer
|
||||
{
|
||||
mem_limit = 256M
|
||||
}
|
||||
|
||||
searchd
|
||||
{
|
||||
listen = 127.0.0.1:9306:mysql41
|
||||
log = /var/log/sphinxsearch/searchd.log
|
||||
query_log = /var/log/sphinxsearch/query.log
|
||||
pid_file = /run/sphinxsearch/searchd.pid
|
||||
binlog_path = /var/lib/sphinxsearch/data
|
||||
read_timeout = 5
|
||||
max_children = 30
|
||||
seamless_rotate = 1
|
||||
preopen_indexes = 1
|
||||
unlink_old = 1
|
||||
workers = threads # for RT to work
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue