mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-13 13:07:32 +00:00
(improvement)(headless) simplify optimizer enable conf (#619)
This commit is contained in:
@@ -49,7 +49,7 @@ public class QueryUtils {
|
||||
@Value("${query.cache.enable:true}")
|
||||
private Boolean cacheEnable;
|
||||
|
||||
@Value("${query.optimizer.enable:true}")
|
||||
@Value("${query.optimizer.enable:false}")
|
||||
private Boolean optimizeEnable;
|
||||
|
||||
private final CacheUtils cacheUtils;
|
||||
|
||||
Reference in New Issue
Block a user