Skip to content

Commit

Permalink
improve connectivity
Browse files Browse the repository at this point in the history
  • Loading branch information
stepansergeevitch committed Oct 22, 2024
1 parent a5e7af5 commit b4b8205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b4b8205

Please sign in to comment.