aboutsummaryrefslogtreecommitdiff
path: root/other/java
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2024-06-15 11:53:19 -0700
committerchrislu <chris.lu@gmail.com>2024-06-15 11:53:19 -0700
commit49893267e978cc3fda00dc991e00099742fb5a9d (patch)
tree9c91dc3e55445309299b2d35e040ad73b0b69de5 /other/java
parentcb1ba0275ac11eaed702b9d31e0d308d73708b7a (diff)
parent464611f6143a3eb88f838a183205281a0b3fe177 (diff)
downloadseaweedfs-49893267e978cc3fda00dc991e00099742fb5a9d.tar.xz
seaweedfs-49893267e978cc3fda00dc991e00099742fb5a9d.zip
Merge branch 'master' into mq
Diffstat (limited to 'other/java')
-rw-r--r--other/java/client/src/main/proto/filer.proto1
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;
}