-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(storage-manager): remove unnecessary wait/retry policy
It does not bring anything to wait and retry on error when attempting to declare a Queryable or a Subscriber: either the Session is established and these operations will succeed or the Session is no longer existing in which case we should terminate. * plugins/zenoh-plugin-storage-manager/src/replication/core.rs: - The `MAX_RETRY` and `WAIT_PERIODS_SECS` constants are no longer needed. - Removed the wait/retry loops when creating the Digest Subscriber and Aligner Queryable. Signed-off-by: Julien Loudet <[email protected]>
- Loading branch information
Showing
1 changed file
with
23 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters