(fix)(common)Fix system parameter initialization making sure settings in application.yaml take effect

This commit is contained in:
jerryjzhang
2024-06-05 20:30:13 +08:00
parent b3b9687041
commit d8f53a4e2f
5 changed files with 20 additions and 30 deletions

View File

@@ -100,7 +100,7 @@ public class DatabaseMatchStrategy extends BaseMatchStrategy<DatabaseMapResult>
if (!existElement) {
threshold = threshold / 2;
log.info("ModelElementMatches:{},not exist Element threshold reduce by half:{}",
log.debug("ModelElementMatches:{},not exist Element threshold reduce by half:{}",
modelElementMatches, threshold);
}
return getThreshold(threshold, minThreshold, queryContext.getMapModeEnum());