From bf270d9e8c01052409464193b693d50fa09a70a9 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 5 Apr 2020 00:51:16 -0700 Subject: filer: able to tail meta data changes --- other/java/client/src/main/proto/filer.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'other/java/client/src') 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; -- cgit v1.2.3