cstamas commented on code in PR #272: URL: https://github.com/apache/maven-resolver/pull/272#discussion_r1158054913
########## maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/synccontext/named/NamedLockFactoryAdapter.java: ########## @@ -48,6 +49,14 @@ public final class NamedLockFactoryAdapter { public static final TimeUnit DEFAULT_TIME_UNIT = TimeUnit.SECONDS; + public static final String RETRIES_KEY = "aether.syncContext.named.retries"; Review Comment: I argue here: this all PR is somewhat about some sort of "backoff" for locking, so IMO this change is also essential part of whole. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org