Skip to content

Commit 0366472

Browse files
committed
chore(java-devel): Add potential future Maven setting
1 parent 6e2c7ea commit 0366472

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

java-devel/stackable/settings.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,13 @@
7373
seconds). We reduce this to 60000l (60 seconds) to avoid super long retry intervals.
7474
-->
7575
<aether.transport.http.retryHandler.intervalMax>60000l</aether.transport.http.retryHandler.intervalMax>
76+
77+
<!--
78+
This is an option we can experiment with in the future. Settings this to false will result in no connection
79+
pooling, which should help to avoid stale/long-lasting connections which can become inactive and be killed by
80+
the Azure networking.
81+
-->
82+
<!-- <aether.transport.http.reuseConnections>false</aether.transport.http.reuseConnections> -->
7683
</properties>
7784
</profile>
7885
</profiles>

0 commit comments

Comments
 (0)