Skip to content

Commit

Permalink
Remove obsolete timeout fields
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidS-ovm committed Sep 13, 2023
1 parent 353e22b commit 0f01cd7
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions items.proto
Original file line number Diff line number Diff line change
Expand Up @@ -184,13 +184,7 @@ message Query {
// representation
bytes UUID = 7;

// The timeout for this query. This will affect both the initial query, and
// also any linked item queries that are executed as part of it. This means
// that if a query has a timeout of 10s, and takes 2s to complete, the linked
// item queries should have a remaining timeout of 8s meaning that the entire
// query including all linking needs to be done in 10s, not 10s for *each*
// query
google.protobuf.Duration timeout = 8;
reserved 8;

// The deadline for this query. When the deadline elapses, results become
// irrelevant for the sender and any processing can stop. The deadline gets
Expand Down Expand Up @@ -397,8 +391,7 @@ message ReverseLinksRequest {
// The item that you would like to find reverse links for
Reference item = 1;

// The timeout for this request
google.protobuf.Duration timeout = 2;
reserved 2;

// set to true to only return links that propagate configuration change impact
bool followOnlyBlastPropagation = 3;
Expand Down

0 comments on commit 0f01cd7

Please sign in to comment.