diff options
| author | chrislu <chris.lu@gmail.com> | 2024-06-15 11:53:19 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2024-06-15 11:53:19 -0700 |
| commit | 49893267e978cc3fda00dc991e00099742fb5a9d (patch) | |
| tree | 9c91dc3e55445309299b2d35e040ad73b0b69de5 /other/java/client/src | |
| parent | cb1ba0275ac11eaed702b9d31e0d308d73708b7a (diff) | |
| parent | 464611f6143a3eb88f838a183205281a0b3fe177 (diff) | |
| download | seaweedfs-49893267e978cc3fda00dc991e00099742fb5a9d.tar.xz seaweedfs-49893267e978cc3fda00dc991e00099742fb5a9d.zip | |
Merge branch 'master' into mq
Diffstat (limited to 'other/java/client/src')
| -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; } |
