Update simdht_delta.conf

This commit is contained in:
Mr Chen 2019-01-22 16:51:20 +08:00
parent 4562112467
commit 4e249c0379
1 changed files with 2 additions and 2 deletions

View File

@ -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