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

This commit is contained in:
vladp
2026-03-11 12:48:54 +07:00
parent c591ab40df
commit 1b54badd00
@@ -56,8 +56,7 @@ public class SearchImageService {
.followRedirects(true)
.followSslRedirects(true)
.retryOnConnectionFailure(true)
.connectionPool(new ConnectionPool(0, 1, TimeUnit.NANOSECONDS))
// .connectionPool(new ConnectionPool(0, 1, TimeUnit.NANOSECONDS))
.build();
this.googleHttpClient = new OkHttpClient.Builder()
@@ -68,7 +67,7 @@ public class SearchImageService {
.followRedirects(true)
.followSslRedirects(true)
.retryOnConnectionFailure(true)
.connectionPool(new ConnectionPool(0, 1, TimeUnit.NANOSECONDS))
// .connectionPool(new ConnectionPool(0, 1, TimeUnit.NANOSECONDS))
.build();
this.objectMapper = new ObjectMapper();