cstamas commented on code in PR #276: URL: https://github.com/apache/maven-resolver/pull/276#discussion_r1158296393
########## 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.retries` | int | Count of retries SyncContext adapter should attempt, when obtaining locks. | `2` | no +`aether.syncContext.named.retrySleep` | long | Count of milliseconds of thread to sleep between attempts, when obtaining locks. | `200` | no Review Comment: No, I mean retries here. 0 attempts makes no sense "do not even try?" -- 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