Skip to content

Commit

Permalink
Fix the proto number
Browse files Browse the repository at this point in the history
  • Loading branch information
maobaolong committed Nov 19, 2024
1 parent 00d72e1 commit 4bfcef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/src/main/proto/Rss.proto
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ message ShuffleServerHeartBeatRequest {
optional string gitCommitId = 23;
optional int64 startTimeMs = 24;
repeated ApplicationInfo applicationInfo = 25;
map<string, string> displayMetrics = 30;
map<string, string> displayMetrics = 26;
}

message ShuffleServerHeartBeatResponse {
Expand Down

0 comments on commit 4bfcef4

Please sign in to comment.