Skip to content

Commit 8ace73c

Browse files
committed
chore(java-devel): Lower Maven connection TTL to 25s
1 parent 3528be1 commit 8ace73c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

java-devel/stackable/settings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@
5151
-->
5252

5353
<!-- Old name: maven-resolver 1.x, Maven 3.x -->
54-
<aether.connector.http.connectionMaxTtl>30</aether.connector.http.connectionMaxTtl>
54+
<aether.connector.http.connectionMaxTtl>25</aether.connector.http.connectionMaxTtl>
5555

5656
<!-- New name: maven-resolver 2.x, as of Maven 4.x -->
57-
<aether.transport.http.connectionMaxTtl>30</aether.transport.http.connectionMaxTtl>
57+
<aether.transport.http.connectionMaxTtl>25</aether.transport.http.connectionMaxTtl>
5858
</properties>
5959
</profile>
6060
</profiles>

0 commit comments

Comments
 (0)