aboutsummaryrefslogtreecommitdiff
path: root/other/java/client/src
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-04-05 00:51:16 -0700
committerChris Lu <chris.lu@gmail.com>2020-04-05 00:51:16 -0700
commitbf270d9e8c01052409464193b693d50fa09a70a9 (patch)
tree75d7faa1a56d984fd78954df8dca8b65d2f60a00 /other/java/client/src
parent2a2d92d06e440c661bc0b06ff9c5c7034e9fc465 (diff)
downloadseaweedfs-bf270d9e8c01052409464193b693d50fa09a70a9.tar.xz
seaweedfs-bf270d9e8c01052409464193b693d50fa09a70a9.zip
filer: able to tail meta data changes
Diffstat (limited to 'other/java/client/src')
-rw-r--r--other/java/client/src/main/proto/filer.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto
index 3975b517d..12f1cd85b 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -237,7 +237,7 @@ message GetFilerConfigurationResponse {
message ListenForEventsRequest {
string client_name = 1;
string directory = 2;
- int64 since_sec = 3;
+ int64 since_ns = 3;
}
message FullEventNotification {
string directory = 1;