xiaochen-zhou commented on code in PR #8241:
URL: https://github.com/apache/seatunnel/pull/8241#discussion_r1881220548
##########
config/seatunnel.yaml:
##########
@@ -25,6 +25,9 @@ seatunnel:
print-job-metrics-info-interval: 60
slot-service:
dynamic-slot: true
+ coordinator-service:
+ core-thread-num: 30
+ max-thread-num: 1000
Review Comment:
> I see the default value is int max, we can remove `max-thread-num` config
from yaml, If user need change, they can update it by self.
done.
--
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]