asdf2014 commented on a change in pull request #984:
URL:
https://github.com/apache/incubator-seatunnel/pull/984#discussion_r780884653
##########
File path: .github/workflows/backend.yml
##########
@@ -52,7 +52,7 @@ jobs:
key: ${{ runner.os }}-maven
- name: Check Style
run: |
- ./mvnw -B checkstyle:check
+ ./mvnw -T 16 -B checkstyle:check
Review comment:
@leo65535 Actually, the `-T 16` option is suitable, when the number of
our connectors becomes larger, it will be very necessary, and 16 threads is
used by other projects as well, for example, Apache Pinot. Anyway, I reduced
this number of threads for now, and will raise up another PR to increase it
when it is not enough later.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]