Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Junfan Zhang committed Jan 27, 2025
1 parent 9f8ab64 commit c020f5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public ShuffleServerGrpcClient(RssConf rssConf, String host, int port) {
0,
0,
0,
rssConf.get(RSS_CLIENT_GRPC_EVENT_LOOP_THREADS));
rssConf == null ? -1 : rssConf.get(RSS_CLIENT_GRPC_EVENT_LOOP_THREADS));
}

public ShuffleServerGrpcClient(
Expand Down

0 comments on commit c020f5d

Please sign in to comment.