We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At FOSDEM we reliably saw a 90ms SS req take 500ms to execute from the client's side.
It's hard to see how the timings of this line up, but my hunch is that it could have been TCP slow start.
To test this, we can either mess around ensuring our TCP connections are keepalived, or we could switch on QUIC on the LB & EX and see what happens?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At FOSDEM we reliably saw a 90ms SS req take 500ms to execute from the client's side.
It's hard to see how the timings of this line up, but my hunch is that it could have been TCP slow start.
To test this, we can either mess around ensuring our TCP connections are keepalived, or we could switch on QUIC on the LB & EX and see what happens?
The text was updated successfully, but these errors were encountered: