Skip to content

Commit

Permalink
Update src/main/java/jenkins/scm/api/SCMEvent.java
Browse files Browse the repository at this point in the history
  • Loading branch information
timja committed Apr 4, 2022
1 parent 32aeebc commit f7fbf52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/jenkins/scm/api/SCMEvent.java
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public abstract class SCMEvent<P> {
public static final String ORIGIN_UNKNOWN = "?";

private static final int EVENT_THREAD_POOL_SIZE = SystemProperties
.getInteger(SCMEvent.class.getName() + ".EVENT_THREAD_POOL_SIZE", 30);
.getInteger(SCMEvent.class.getName() + ".EVENT_THREAD_POOL_SIZE", 10);
/**
* The event type.
*/
Expand Down

0 comments on commit f7fbf52

Please sign in to comment.