diff --git a/plugins/sphinx/tpl/simdht_delta.conf b/plugins/sphinx/tpl/simdht_delta.conf index 48616e334..1f322cb18 100755 --- a/plugins/sphinx/tpl/simdht_delta.conf +++ b/plugins/sphinx/tpl/simdht_delta.conf @@ -27,11 +27,11 @@ source search_hash { type = mysql - sql_host = 154.48.251.71 + sql_host = 127.0.0.1 sql_user = ssbc sql_pass = ssbc sql_db = ssbc - sql_port = 33061 # optional, default is 3306 + sql_port = 3306 # optional, default is 3306 sql_query_pre = UPDATE sph_counter SET max_doc_id=(SELECT MAX(id) FROM search_hash) where counter_id=1