mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +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:
@@ -93,4 +93,5 @@ searchd
|
|||||||
index index_phpbb_{AVATAR_SALT}_main
|
index index_phpbb_{AVATAR_SALT}_main
|
||||||
{
|
{
|
||||||
path = {DATA_PATH}/index_phpbb_{AVATAR_SALT}_main
|
path = {DATA_PATH}/index_phpbb_{AVATAR_SALT}_main
|
||||||
|
source = source_phpbb_{AVATAR_SALT}_main
|
||||||
docinfo = extern
|
docinfo = extern
|
||||||
|
@@ -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']),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user