You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is as-documented, but blocking for timeout will not indicate the error we want to indicate. If the request is too large, let's let it fail fast so the error handler can print something useful.
The text was updated successfully, but these errors were encountered:
Fixes#124
Unrelated cleanups:
- rename max_in_flight_bytes_mib to max_in_flight_size_mib ("bytes" is
redundant), since it's unreleased
- add a brief README.md
- remove an accidental profile output named `out`.
The semaphore implementation that we use has a special case for this, but it blocks until the context times out. https://cs.opensource.google/go/x/sync/+/refs/tags/v0.5.0:semaphore/semaphore.go;l=40
This is as-documented, but blocking for timeout will not indicate the error we want to indicate. If the request is too large, let's let it fail fast so the error handler can print something useful.
The text was updated successfully, but these errors were encountered: