Skip to content

Conversation

kaleofduty
Copy link
Collaborator

No description provided.

if maxDurationQuery == 0 {
// Some feeds are configured to zero due to the in-memory implementation of Query being a no-op.
// This is incompatible with GRPC/LOOPPs, which short circuits on the cancelled context, so we override the value.
maxDurationQuery = 500 * time.Millisecond // TODO from config?
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

100ms is passing the smoke tests.

Suggested change
maxDurationQuery = 500 * time.Millisecond // TODO from config?
maxDurationQuery = 100 * time.Millisecond // TODO from config?

We can likely go even lower.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Applied this and rebased over here: #68

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants