Skip to content

Commit

Permalink
fix: replace int32 with int64
Browse files Browse the repository at this point in the history
  • Loading branch information
MuZhou233 committed Sep 2, 2024
1 parent d56f688 commit 209f600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion proto/librarian/searcher/v1/searcher.proto
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ message NewIDResponse {
}

message NewBatchIDsRequest {
int32 num = 1;
int64 num = 1;
}
message NewBatchIDsResponse {
repeated librarian.v1.InternalID ids = 1;
Expand Down
2 changes: 1 addition & 1 deletion proto/librarian/sephirah/v1/yesod.proto
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ message GroupFeedItemsRequest {
repeated string publish_platform_filter = 4;
repeated string category_filter = 5;
// NULL means no limit
optional int32 group_size = 7;
optional int64 group_size = 7;
}

message GroupFeedItemsResponse {
Expand Down

0 comments on commit 209f600

Please sign in to comment.