Skip to content

Commit 4da6215

Browse files
committed
Revert grpc number reuse
1 parent 69d5ee4 commit 4da6215

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

quickwit/quickwit-proto/protos/quickwit/metastore.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -458,11 +458,11 @@ message PruneShardsRequest {
458458
quickwit.common.IndexUid index_uid = 1;
459459
string source_id = 2;
460460
// The maximum age of the shards to keep, in seconds.
461-
optional uint32 max_age_secs = 3;
461+
optional uint32 max_age_secs = 5;
462462
// The maximum number of the shards to keep. Delete older shards first.
463-
optional uint32 max_count = 4;
463+
optional uint32 max_count = 6;
464464
// The interval between two pruning operations, in seconds.
465-
optional uint32 interval = 5;
465+
optional uint32 interval = 7;
466466
}
467467

468468
message ListShardsRequest {

quickwit/quickwit-proto/src/codegen/quickwit/quickwit.metastore.rs

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)