Skip to content

Commit

Permalink
feat(db): changed config for manticore 5 support #176
Browse files Browse the repository at this point in the history
  • Loading branch information
DEgITx committed Nov 28, 2022
1 parent c7ba49a commit 2b3676d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/background/sphinx.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ const writeSphinxConfig = async (rootPath, dbPath, params = {}) => {
rt_attr_json = info
stored_only_fields = ipv4
ngram_len = 1
ngram_chars = U+3000..U+2FA1F
}
index files
Expand Down Expand Up @@ -112,11 +109,9 @@ const writeSphinxConfig = async (rootPath, dbPath, params = {}) => {
{
listen = 127.0.0.1:${appConfig.sphinx.interfacePort}
listen = 127.0.0.1:${appConfig.sphinx.port}:mysql41
max_children = 30
seamless_rotate = 1
preopen_indexes = 1
unlink_old = 1
workers = threads # for RT to work
pid_file = ${rootPath}/searchd.pid
log = ${rootPath}/searchd.log
query_log = ${rootPath}/query.log
Expand Down

0 comments on commit 2b3676d

Please sign in to comment.