This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 6b6058790c17d7f6436bd6f2a1919380453b54ff
Author: Peter Palaga <ppal...@redhat.com>
AuthorDate: Thu Mar 30 17:07:44 2023 +0200

    Try to avoid Maven central connection timed outs by decreasing
    maven.wagon.httpconnectionManager.ttlSeconds from 120 to 60
---
 .mvn/maven.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.mvn/maven.config b/.mvn/maven.config
index 4230c24172..36714f778a 100644
--- a/.mvn/maven.config
+++ b/.mvn/maven.config
@@ -1,3 +1,3 @@
--Dmaven.wagon.httpconnectionManager.ttlSeconds=120
+-Dmaven.wagon.httpconnectionManager.ttlSeconds=60
 -Dmaven.wagon.http.retryHandler.requestSentEnabled=true
 -Dmaven.wagon.http.retryHandler.count=10

Reply via email to