adjust parameter names

This commit is contained in:
Chris Lu
2019-10-21 22:57:01 -07:00
parent d16c450682
commit faec9076a4
16 changed files with 320 additions and 324 deletions

View File

@@ -131,7 +131,7 @@ message AllocateVolumeRequest {
int64 preallocate = 3;
string replication = 4;
string ttl = 5;
int32 memorymapmaxsizemb = 6;
uint32 memory_map_max_size_mb = 6;
}
message AllocateVolumeResponse {
}