mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-14 13:47:09 +00:00
(improvement)(launcher)Refactor config keys, use s2 as the prefix
This commit is contained in:
@@ -42,7 +42,7 @@ public class QueryUtils {
|
||||
|
||||
private final Set<Pattern> patterns = new HashSet<>();
|
||||
|
||||
@Value("${query.optimizer.enable:true}")
|
||||
@Value("${s2.query-optimizer.enable:true}")
|
||||
private Boolean optimizeEnable;
|
||||
|
||||
@PostConstruct
|
||||
|
||||
Reference in New Issue
Block a user