Skip to content

Commit 781dfa0

Browse files
Techassisbernauer
andauthored
chore: Apply suggestions
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.tech>
1 parent daaab50 commit 781dfa0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

java-devel/stackable/settings.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@
6565
<aether.transport.http.retryHandler.count>5</aether.transport.http.retryHandler.count>
6666

6767
<!--
68-
By default, retries wait for 5000l milliseconds (5 seconds). We increase this to 10000l milliseconds
68+
By default, retries wait for 5000 milliseconds (5 seconds). We increase this to 10000 milliseconds
6969
(10 seconds) to spam the Nexus instance a little less.
7070
-->
7171
<aether.transport.http.retryHandler.interval>10000</aether.transport.http.retryHandler.interval>
7272

7373
<!--
74-
Servers can respond with `Retry-After` headers. By default, the value is capped at 300000l milliseconds (300
75-
seconds). We reduce this to 60000l (60 seconds) to avoid super long retry intervals.
74+
Servers can respond with `Retry-After` headers. By default, the value is capped at 300000 milliseconds (300
75+
seconds). We reduce this to 60000 (60 seconds) to avoid super long retry intervals.
7676
-->
7777
<aether.transport.http.retryHandler.intervalMax>60000</aether.transport.http.retryHandler.intervalMax>
7878

0 commit comments

Comments
 (0)