diff options
Diffstat (limited to 'other/java/client/src/main/proto/filer.proto')
| -rw-r--r-- | other/java/client/src/main/proto/filer.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto index 807430c5d..b0829163c 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -426,6 +426,7 @@ message FilerConf { string rack = 10; string data_node = 11; uint32 max_file_name_length = 12; + bool disable_chunk_deletion = 13; } repeated PathConf locations = 2; } |
