For exists
operation it is sufficient to wait for the first response containing true
#577
Labels
exists
operation it is sufficient to wait for the first response containing true
#577
Currently,
exists
operation waiting for the answer from all nodes. We can improve performance a little bit by waiting for the firsttrue
result.https://github.com/qoollo/bob/blob/master/bob/src/link_manager.rs#L85
The text was updated successfully, but these errors were encountered: