You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2022/10/06 11:59:59 UTC

[camel] 02/03: CAMEL-18582: Set the read timeout to 5 minutes

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

nfilotto pushed a commit to branch CAMEL-18582/change-timeouts
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 2eacd3bc2b5f6ec62de681a560a73e3c481a6f98
Author: Nicolas Filotto <nf...@talend.com>
AuthorDate: Thu Oct 6 13:58:00 2022 +0200

    CAMEL-18582: Set the read timeout to 5 minutes
---
 .mvn/jvm.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.mvn/jvm.config b/.mvn/jvm.config
index 85af8c33d23..55b240284c2 100644
--- a/.mvn/jvm.config
+++ b/.mvn/jvm.config
@@ -1 +1 @@
--Xmx3584m -Djava.awt.headless=true -XX:+UseG1GC -XX:+UseStringDeduplication -Daether.syncContext.named.factory=rwlock-local -Daether.syncContext.named.time=900
+-Xmx3584m -Djava.awt.headless=true -XX:+UseG1GC -XX:+UseStringDeduplication -Daether.syncContext.named.factory=rwlock-local -Daether.syncContext.named.time=900 -Dmaven.wagon.rto=300000