Update discuz.conf

pull/786/head
dami 2 months ago
parent 642e028fca
commit 5551c7d341
  1. 1
      plugins/manticoresearch/tpl/discuz.conf

@ -21,7 +21,6 @@ source pre_forum_thread
sql_db = bbs
sql_port = 3306
sql_query_pre = SET NAMES UTF8
sql_query_pre = SET SESSION query_cache_type=OFF
sql_query_pre = REPLACE INTO bbs_common_sphinxcounter SELECT 1, MAX(tid) FROM bbs_forum_thread
sql_query = SELECT t.tid as id,t.tid,t.subject,t.digest,t.displayorder,t.authorid,t.lastpost,t.special \
FROM bbs_forum_thread AS t WHERE t.tid>=$start AND t.tid<=$end

Loading…
Cancel
Save