dev add method link
Test Workflow / test (push) Has been cancelled

This commit is contained in:
2026-05-06 14:19:30 +07:00
parent 0d943da120
commit 5c918d48ad
@@ -175,7 +175,7 @@ public class ImageFoundRequestHandler implements RequestHandler {
double watermarkCorrelation = success.getWatermarkCorrelation();
log.info("watermarkCorrelation: " + watermarkCorrelation);
if (watermarkCorrelation < 50.0) {
if (watermarkCorrelation < 0.5) {
return new BaseResponse(request.getMsgId(), MessageCode.SUCCESS.getCode(),
"Not found similar pictures", new YandexSearchResponse());
}