aboutsummaryrefslogtreecommitdiff
path: root/other/java
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-02-27 00:07:13 -0800
committerChris Lu <chris.lu@gmail.com>2020-02-27 00:07:13 -0800
commit555413d9fc4837302ef1c5b2b921b406c9de6777 (patch)
treedfd0f67586df0320fd9a77288651475d2ccdcc6c /other/java
parent430b5a49e2abd9e3751e8c5840a690541ddc66ca (diff)
downloadseaweedfs-555413d9fc4837302ef1c5b2b921b406c9de6777.tar.xz
seaweedfs-555413d9fc4837302ef1c5b2b921b406c9de6777.zip
weed queue starts
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 04901770a..9ee552561 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -228,4 +228,5 @@ message GetFilerConfigurationResponse {
string collection = 3;
uint32 max_mb = 4;
string dir_buckets = 5;
+ string dir_queues = 6;
}