aboutsummaryrefslogtreecommitdiff
path: root/other/java/client/src
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-11-15 16:58:48 -0800
committerChris Lu <chris.lu@gmail.com>2020-11-15 16:58:48 -0800
commit95c0de285d907cbd826ba6ce97f7c4994c16ffd5 (patch)
tree2ef04241b575b8169bf6b1baa2dd15cda4046be7 /other/java/client/src
parent500bcab9535835404d29b8f68a03bf2ecf5b2991 (diff)
downloadseaweedfs-95c0de285d907cbd826ba6ce97f7c4994c16ffd5.tar.xz
seaweedfs-95c0de285d907cbd826ba6ce97f7c4994c16ffd5.zip
refactoring
Diffstat (limited to 'other/java/client/src')
-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 f75caec4e..4d9398897 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -362,6 +362,7 @@ message FilerConf {
SSD = 1;
}
DiskType disk_type = 5;
+ bool fsync = 6;
}
repeated PathConf locations = 2;
}