Skip to content

Commit

Permalink
Increase thread pool to 120
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Yen committed Mar 1, 2016
1 parent 0ba3eef commit 606bd94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/liferay/jenkins/tools/JenkinsStatus.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class JenkinsStatus {

private static final Logger logger = (Logger) LoggerFactory.getLogger(JenkinsStatus.class);

private static final int THREAD_POOL_SIZE = 20;
private static final int THREAD_POOL_SIZE = 120;

public static void main(String [] args) throws Exception {
CommandLineParser parser = new DefaultParser();
Expand Down

0 comments on commit 606bd94

Please sign in to comment.