Skip to content

Commit

Permalink
Revert grpc number reuse
Browse files Browse the repository at this point in the history
  • Loading branch information
rdettai committed Sep 19, 2024
1 parent 69d5ee4 commit 4da6215
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions quickwit/quickwit-proto/protos/quickwit/metastore.proto
Original file line number Diff line number Diff line change
Expand Up @@ -458,11 +458,11 @@ message PruneShardsRequest {
quickwit.common.IndexUid index_uid = 1;
string source_id = 2;
// The maximum age of the shards to keep, in seconds.
optional uint32 max_age_secs = 3;
optional uint32 max_age_secs = 5;
// The maximum number of the shards to keep. Delete older shards first.
optional uint32 max_count = 4;
optional uint32 max_count = 6;
// The interval between two pruning operations, in seconds.
optional uint32 interval = 5;
optional uint32 interval = 7;
}

message ListShardsRequest {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4da6215

Please sign in to comment.