cstamas commented on code in PR #276: URL: https://github.com/apache/maven-resolver/pull/276#discussion_r1158326240
########## src/site/markdown/configuration.md: ########## @@ -92,7 +92,9 @@ Option | Type | Description | Default Value | Supports Repo ID Suffix `aether.syncContext.named.factory` | String | Name of the named lock factory implementing the `org.eclipse.aether.named.NamedLockFactory` interface. | `"rwlock-local"` | no `aether.syncContext.named.hashing.depth` | int | The directory depth to "spread" hashes in git-like fashion, integer between 0 and 4 (inclusive). | 2 | no `aether.syncContext.named.nameMapper` | String | Name of name mapper implementing the `org.eclipse.aether.internal.impl.synccontext.named.NameMapper` interface. | `"gav"` | no -`aether.syncContext.named.time` | long | Amount of time a synchronization context shall wait to obtain a lock. | 30 | no +`aether.syncContext.named.retry` | int | Count of retries SyncContext adapter should attempt, when obtaining locks. | `2` | no Review Comment: yup, agreed. _Ideally_ it should be 0, but this gives opportunity to tune it -- 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