diff --git a/quickwit/quickwit-proto/protos/quickwit/metastore.proto b/quickwit/quickwit-proto/protos/quickwit/metastore.proto index f72dc7a5a7f..64d3c701021 100644 --- a/quickwit/quickwit-proto/protos/quickwit/metastore.proto +++ b/quickwit/quickwit-proto/protos/quickwit/metastore.proto @@ -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 {