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
feat: make "get providers" non-blocking when there are closer peers
Let's assume there's one (or zero) providers for a record and everyone
is looking for 10 providers.
- Before, peers would wait for all peers along the path to return this
one provider. However, because there's only one provider, peers won't be
able to short-circuit anyways.
- Now, peers will go to the end of the path before waiting.
This may make some queries slower, but it attempts to give "priority" to
peers that actually _need_ responses as opposed to peers that are
"optimistically" waiting for responses.
0 commit comments