We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a48bb93 commit eb35253Copy full SHA for eb35253
src/main/java/org/scm4j/releaser/Utils.java
@@ -23,7 +23,7 @@ public final class Utils {
23
public static final String DELAYED_TAGS_FILE_NAME = "delayed-tags.yml";
24
public static final File BASE_WORKING_DIR = new File(System.getProperty("user.home"), ".scm4j");
25
26
- private static final int THREADS_AMOUNT = 10;
+ private static final int THREADS_AMOUNT = 64;
27
28
public static <T> T reportDuration(Supplier<T> sup, String message, Component comp, IProgress progress) {
29
if (progress == null) {
0 commit comments