turboFei commented on code in PR #3248:
URL: https://github.com/apache/celeborn/pull/3248#discussion_r2223311454


##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -4647,6 +4687,19 @@ object CelebornConf extends Logging {
       .intConf
       .createWithDefault(32)
 
+  val CLIENT_PUSH_MAX_BYTES_SIZE_IN_FLIGHT_PERWORKER: 
OptionalConfigEntry[Long] =
+    buildConf("celeborn.client.push.maxBytesSizeInFlight.perWorker")
+      .categories("client")
+      .version("0.6.1")

Review Comment:
   merging to 0.6.1 as well



-- 
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]

Reply via email to