fix(db): rename deprecated option

This commit is contained in:
Alexey Kasyanchuk 2021-06-17 12:43:50 +03:00
parent 52a448ef09
commit 2ec7ad0501

View File

@ -106,7 +106,7 @@ const writeSphinxConfig = async (rootPath, dbPath, params = {}) => {
{ {
listen = 127.0.0.1:${appConfig.sphinx.interfacePort} listen = 127.0.0.1:${appConfig.sphinx.interfacePort}
listen = 127.0.0.1:${appConfig.sphinx.port}:mysql41 listen = 127.0.0.1:${appConfig.sphinx.port}:mysql41
read_timeout = 5 network_timeout = 5
max_children = 30 max_children = 30
seamless_rotate = 1 seamless_rotate = 1
preopen_indexes = 1 preopen_indexes = 1