diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-04-05 00:51:16 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-04-05 00:51:16 -0700 |
| commit | bf270d9e8c01052409464193b693d50fa09a70a9 (patch) | |
| tree | 75d7faa1a56d984fd78954df8dca8b65d2f60a00 /other/java/client/src | |
| parent | 2a2d92d06e440c661bc0b06ff9c5c7034e9fc465 (diff) | |
| download | seaweedfs-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.proto | 2 |
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; |
