dev add check count for all type
Test Workflow / test (push) Successful in 4s

This commit is contained in:
vladp
2026-03-16 14:12:34 +07:00
parent 168aa3812c
commit 68e102b6ce
4 changed files with 25 additions and 26 deletions
@@ -44,7 +44,6 @@ public class SearchImageService {
.followRedirects(true)
.followSslRedirects(true)
.retryOnConnectionFailure(true)
// .connectionPool(new ConnectionPool(0, 1, TimeUnit.NANOSECONDS))
.build();
this.googleHttpClient = new OkHttpClient.Builder()
@@ -56,7 +55,6 @@ public class SearchImageService {
.followRedirects(true)
.followSslRedirects(true)
.retryOnConnectionFailure(true)
// .connectionPool(new ConnectionPool(0, 1, TimeUnit.NANOSECONDS))
.build();
this.objectMapper = new ObjectMapper();