mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Remove inmemory from vaccum stuff
This commit is contained in:
parent
de5a7e60a2
commit
9aa0859697
|
@ -99,7 +99,6 @@ message VacuumVolumeCheckResponse {
|
|||
message VacuumVolumeCompactRequest {
|
||||
uint32 volume_id = 1;
|
||||
int64 preallocate = 2;
|
||||
bool inmemory = 3;
|
||||
}
|
||||
message VacuumVolumeCompactResponse {
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue