Add parallel processing to the commit validation call
- Add parallel processing to the commit validation call
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.