diff --git a/gateway.proto b/gateway.proto index f32ac5a..1d95252 100644 --- a/gateway.proto +++ b/gateway.proto @@ -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 {