From b4b8205827814284616076a690a3fcecbda138a5 Mon Sep 17 00:00:00 2001 From: Stepan Burlakov Date: Tue, 22 Oct 2024 15:34:03 +0300 Subject: [PATCH] improve connectivity --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index ba3ab01..94ec335 100644 --- a/project.clj +++ b/project.clj @@ -61,9 +61,9 @@ [:phase "deploy"]])}]] ;; Fix issue with Azure <-> Maven comunication - :jvm-opts ["-Dhttp.keepAlive=false" + :jvm-opts ["-Dhttp.keepAlive=true" "-Dmaven.wagon.http.pool=false" - "-Dmaven.wagon.httpconnectionManager.ttlSeconds=120"] + "-Dmaven.wagon.httpconnectionManager.ttlSeconds=3600"] :profiles {:provided