Trim command and GC prototype implementation #32

Merged
kuenishi merged 4 commits from ku/trim-and-gc into master 2015-10-29 06:07:10 +00:00
Showing only changes of commit 611f33e81b - Show all commits

View file

@ -433,7 +433,7 @@ message Mpb_LL_TrimChunkReq {
required string file = 2;
required uint64 offset = 3;
required uint32 size = 4;
optional uint32 trigger_gc = 5 [default=1];
optional uint32 trigger_gc = 5 [default=0];
}
message Mpb_LL_TrimChunkResp {