diff options
Diffstat (limited to 'other/java/client')
| -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; |
