From 62de432d34c117094ab99f1ad5249fb4d2f633fb Mon Sep 17 00:00:00 2001 From: David Schmitt Date: Thu, 17 Aug 2023 11:59:48 +0200 Subject: [PATCH] Add LoadBookmark.skipCache to allow forcing a fresh fetch for Change snapshots --- gateway.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gateway.proto b/gateway.proto index 107ab86..e412a9b 100644 --- a/gateway.proto +++ b/gateway.proto @@ -145,6 +145,8 @@ message LoadBookmark { bytes UUID = 1; // a correlation ID to match up requests and responses. set this to a value unique per connection bytes msgID = 2; + // set to true to force fetching fresh data + bool skipCache = 3; } message BookmarkLoadResult {