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

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