diff options
Diffstat (limited to 'weed/pb/master.proto')
| -rw-r--r-- | weed/pb/master.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/pb/master.proto b/weed/pb/master.proto index 2bc05e2f0..f4230d029 100644 --- a/weed/pb/master.proto +++ b/weed/pb/master.proto @@ -139,7 +139,7 @@ message AssignRequest { string data_center = 5; string rack = 6; string data_node = 7; - bool in_memory = 8; + uint32 MemoryMapMaxSizeMB = 8; } message AssignResponse { string fid = 1; |
