Skip to content

Commit 9bf2015

Browse files
committed
chore(java-devel): Remove "l" from numbers (longs)
1 parent c81d8ba commit 9bf2015

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
@@ -68,13 +68,13 @@
6868
By default, retries wait for 5000l milliseconds (5 seconds). We increase this to 10000l milliseonds
6969
(10 seconds) to spam the Nexus instance a little less.
7070
-->
71-
<aether.transport.http.retryHandler.interval>10000l</aether.transport.http.retryHandler.interval>
71+
<aether.transport.http.retryHandler.interval>10000</aether.transport.http.retryHandler.interval>
7272

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

7979
<!--
8080
This is an option we can experiment with in the future. Settings this to false will result in no connection

0 commit comments

Comments
 (0)