From be53951d76df694e84d8e4d8f2a50c9f5fcc5d13 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Tue, 14 Jun 2022 22:36:00 +0200 Subject: [PATCH] Update manticore configuration searchd settings --- misc/manticoresearch/manticore.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/manticoresearch/manticore.conf b/misc/manticoresearch/manticore.conf index 2b63d1d04..2c11a2562 100644 --- a/misc/manticoresearch/manticore.conf +++ b/misc/manticoresearch/manticore.conf @@ -154,8 +154,8 @@ searchd # so we can select from the RT index. # The second listen is for sphinxql, to insert and delete data from the RT index. # !*: http://sphinxsearch.com/docs/current.html#conf-listen - listen = 9312 - listen = 9306:mysql41 + listen = 9312:sphinx + listen = 9306:mysql # log file, searchd run info is logged here # optional, default is 'searchd.log'