mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-12 04:27:39 +00:00
(fix)(common)Fix system parameter initialization making sure settings in application.yaml take effect
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user