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 a96677b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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;
// The interval between two pruning operations, in seconds.
optional uint32 interval = 5;
optional uint32 interval = 6;
}

message ListShardsRequest {
Expand Down

0 comments on commit a96677b

Please sign in to comment.