mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-06 22:45:02 +02:00
[feature/sphinx-fulltext-search] add binlog_path to config
binlog files are now added to the data folder. PHPBB3-10946
This commit is contained in:
parent
39f8a5fa9f
commit
10b706674e
@ -93,4 +93,5 @@ searchd
|
|||||||
max_children = 30
|
max_children = 30
|
||||||
pid_file = {DATA_PATH}/searchd.pid
|
pid_file = {DATA_PATH}/searchd.pid
|
||||||
max_matches = 20000
|
max_matches = 20000
|
||||||
|
binlog_path = {DATA_PATH}
|
||||||
}
|
}
|
||||||
|
@ -315,6 +315,7 @@ class phpbb_search_fulltext_sphinx
|
|||||||
array('max_children', '30'),
|
array('max_children', '30'),
|
||||||
array('pid_file', $config['fulltext_sphinx_data_path'] . "searchd.pid"),
|
array('pid_file', $config['fulltext_sphinx_data_path'] . "searchd.pid"),
|
||||||
array('max_matches', (string) MAX_MATCHES),
|
array('max_matches', (string) MAX_MATCHES),
|
||||||
|
array('binlog_path', $config['fulltext_sphinx_data_path']),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user