dev add utf encoding
Test Workflow / test (push) Successful in 3s

This commit is contained in:
vladp
2026-02-10 16:10:05 +07:00
parent 266bcaefcd
commit 2ef1619ef9
2 changed files with 155 additions and 88 deletions
@@ -63,8 +63,7 @@ public class ImageFoundRequestHandler implements RequestHandler {
String yandexReverseSearchResponse;
try {
yandexReverseSearchResponse = yandexSearchService.searchReverseByPublicUrlWithTimeout(fileEntity,
45);
yandexReverseSearchResponse = yandexSearchService.searchReverseByPublicUrlWithTimeout(fileEntity);
} catch (TimeoutException e) {
log.warn("Search timeout for file {}, returning empty results", fileId);
return new BaseResponse(request.getMsgId(), MessageCode.SUCCESS.getCode(),