File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments