andygrove commented on code in PR #398:
URL: https://github.com/apache/arrow-ballista/pull/398#discussion_r1001257110


##########
ballista/scheduler/src/standalone.rs:
##########
@@ -38,6 +38,7 @@ pub async fn new_standalone_scheduler() -> Result<SocketAddr> 
{
             "localhost:50050".to_owned(),
             Arc::new(client),
             BallistaCodec::default(),
+            100000,

Review Comment:
   Is it intentionaly to use `100,000` here and not `10,000` like other places?



##########
ballista/scheduler/src/standalone.rs:
##########
@@ -38,6 +38,7 @@ pub async fn new_standalone_scheduler() -> Result<SocketAddr> 
{
             "localhost:50050".to_owned(),
             Arc::new(client),
             BallistaCodec::default(),
+            100000,

Review Comment:
   Is it intentional to use `100,000` here and not `10,000` like other places?



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