Skip to content

Commit

Permalink
Add a deadline to LoadBookmarks
Browse files Browse the repository at this point in the history
Since loading bookmarks executes queries, it also needs to have a deadline
  • Loading branch information
DavidS-ovm committed Sep 21, 2023
1 parent 02518d7 commit d6767dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gateway.proto
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ message LoadBookmark {
bytes msgID = 2;
// set to true to force fetching fresh data
bool ignoreCache = 3;
// The time at which the gateway should stop processing the queries spawned by this request
timestamp deadline = 4;
}

message BookmarkLoadResult {
Expand Down

0 comments on commit d6767dd

Please sign in to comment.