Add parallel processing to the commit validation call
Compare changes
Files
11@@ -106,6 +106,7 @@ public abstract class GithubCommit {
@@ -115,7 +116,7 @@ public abstract class GithubCommit {
To improve performance, the processing of commits was moved to be done in parallel through a thread pool. This would allow multiple commits in a request to be processed simultaneously.
Copyright © Eclipse Foundation, Inc. All Rights Reserved. Privacy Policy | Terms of Use | Copyright Agent