Skip to content

Commit

Permalink
Storage, ListRequest: rename filter_size to filter_max_size
Browse files Browse the repository at this point in the history
  • Loading branch information
DrZlo13 committed Aug 28, 2023
1 parent 35eb07a commit 7878ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage.proto
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ message StatResponse {
message ListRequest {
string path = 1;
bool include_md5 = 2;
uint32 filter_size = 3;
uint32 filter_max_size = 3;
}

message ListResponse {
Expand Down

0 comments on commit 7878ab1

Please sign in to comment.