hotfix increase threshhold
This commit is contained in:
parent
9e723f57bb
commit
294855f91f
@ -37,7 +37,7 @@ import lombok.extern.slf4j.Slf4j;
|
||||
@Service
|
||||
public class CustomEntityCreationAdapter {
|
||||
|
||||
private static final double MATCH_THRESHOLD = 1;
|
||||
private static final double MATCH_THRESHOLD = 5;
|
||||
private final EntityCreationService entityCreationService;
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user