This commit is contained in:
Chris Lu
2021-08-14 21:50:35 -07:00
parent c34747c79d
commit 3ada61c875
2 changed files with 5 additions and 5 deletions

View File

@@ -96,7 +96,7 @@ message ListEntriesResponse {
message RemoteEntry {
string storage_name = 1;
int64 last_local_sync_ts_ms = 2;
int64 last_local_sync_ts_ns = 2;
string remote_e_tag = 3;
int64 remote_mtime = 4;
int64 remote_size = 5;