mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-15 22:46:49 +00:00
(improvement)(headless)Decrease the number of database queries to the s2_domain table. #1472
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
s2:
|
||||
|
||||
schema:
|
||||
cache:
|
||||
enable: true
|
||||
|
||||
parser:
|
||||
strategy: ONE_PASS_SELF_CONSISTENCY
|
||||
exemplar-recall:
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
s2:
|
||||
|
||||
schema:
|
||||
cache:
|
||||
enable: false
|
||||
|
||||
parser:
|
||||
strategy: ONE_PASS_SELF_CONSISTENCY
|
||||
exemplar-recall:
|
||||
@@ -15,16 +20,10 @@ s2:
|
||||
information: true
|
||||
date: true
|
||||
|
||||
|
||||
demo:
|
||||
names: S2VisitsDemo,S2ArtistDemo
|
||||
enableLLM: false
|
||||
|
||||
schema:
|
||||
cache:
|
||||
enable: false
|
||||
|
||||
|
||||
authentication:
|
||||
enable: true
|
||||
exclude:
|
||||
|
||||
Reference in New Issue
Block a user