Skip to content

Commit cde048f

Browse files
committed
Fix PR review
1 parent a55d770 commit cde048f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ballista/scheduler/src/standalone.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pub async fn new_standalone_scheduler() -> Result<SocketAddr> {
3838
"localhost:50050".to_owned(),
3939
Arc::new(client),
4040
BallistaCodec::default(),
41-
100000,
41+
10000,
4242
);
4343
scheduler_server.init().await?;
4444
let server = SchedulerGrpcServer::new(scheduler_server.clone());

0 commit comments

Comments
 (0)