From b2d1f879a59c8eeb47aead91b7ffa973135804a6 Mon Sep 17 00:00:00 2001 From: amvanbaren Date: Thu, 23 Oct 2025 12:25:00 +0300 Subject: [PATCH] Increase restTemplate total connections --- configuration/application.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configuration/application.yml b/configuration/application.yml index 265f88f86..fce05852b 100644 --- a/configuration/application.yml +++ b/configuration/application.yml @@ -211,4 +211,7 @@ ovsx: sitemap: ttl: PT1H malicious-extensions: - ttl: P3D \ No newline at end of file + ttl: P3D + foregroundHttpConnPool: + maxTotal: 50 + defaultMaxPerRoute: 50 \ No newline at end of file