funky-eyes commented on PR #7170: URL: https://github.com/apache/incubator-seata/pull/7170#issuecomment-2667604563
https://github.com/apache/incubator-seata/blob/2.x/script/client/conf/file.conf#L44 https://github.com/apache/incubator-seata/blob/2.x/script/client/spring/application.properties#L74 https://github.com/apache/incubator-seata/blob/2.x/script/client/spring/application.yml#L85 https://github.com/apache/incubator-seata/blob/2.x/script/config-center/config.txt#L35 Since the corresponding IO thread count for the client in the above files is 1, I believe these configurations should be changed to -1. Then, in the code, handle the value of -1 by converting it to the number of CPU cores * 2. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
