(improvement)(headless) simplify optimizer enable conf (#619)

This commit is contained in:
jipeli
2024-01-11 20:14:03 +08:00
committed by GitHub
parent e9c7237794
commit 4322ae42ac
2 changed files with 3 additions and 2 deletions

View File

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