We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e2c7ea commit 0366472Copy full SHA for 0366472
1 file changed
java-devel/stackable/settings.xml
@@ -73,6 +73,13 @@
73
seconds). We reduce this to 60000l (60 seconds) to avoid super long retry intervals.
74
-->
75
<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> -->
83
</properties>
84
</profile>
85
</profiles>
0 commit comments