dev add config for nginx
Test Workflow / test (push) Successful in 2s

This commit is contained in:
vladp
2026-03-11 15:49:39 +07:00
parent b04a357cca
commit 5b0c6ce5bd
@@ -83,6 +83,8 @@ public class GlobalSearchAsyncProcessor {
result.setFileId(file.getId());
result.setFileName(file.getOriginalFileName());
result = globalSearchResultRepository.save(result);
List<YandexSearchResponse.ImageResult> allUniqueImages = new ArrayList<>();
boolean hasTimeout = false;