Skip to content

Commit eb35253

Browse files
committed
THREADS_AMOUNT = 64
1 parent a48bb93 commit eb35253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scm4j/releaser/Utils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public final class Utils {
2323
public static final String DELAYED_TAGS_FILE_NAME = "delayed-tags.yml";
2424
public static final File BASE_WORKING_DIR = new File(System.getProperty("user.home"), ".scm4j");
2525

26-
private static final int THREADS_AMOUNT = 10;
26+
private static final int THREADS_AMOUNT = 64;
2727

2828
public static <T> T reportDuration(Supplier<T> sup, String message, Component comp, IProgress progress) {
2929
if (progress == null) {

0 commit comments

Comments
 (0)