cstamas commented on code in PR #213:
URL: https://github.com/apache/maven-resolver/pull/213#discussion_r1015198784


##########
maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/DefaultMetadataResolver.java:
##########
@@ -83,8 +78,16 @@
     implements MetadataResolver, Service
 {
 
+    /**
+     * The count of threads to be used when resolving metadata in parallel, 
default value 4.
+     */
     private static final String CONFIG_PROP_THREADS = 
"aether.metadataResolver.threads";
 
+    /**
+     * The default value for {@link #CONFIG_PROP_THREADS}.
+     */
+    private static final int CONFIG_PROP_THREADS_DEFAULT = 4;

Review Comment:
   I kept same values as before change, this component used by default 4 
threads, no change in that area.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to