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
Beacon sync maint update and code cosmetics (#3847)
* Make beacon sync `start()`/`stop()` more robust
why
Make it resilient against `stop()` without `start()`, etc.
* Rename `Buddy` in object names to `Peer` or `SyncPeer`
* Introduce beacon syncer stand-by mode
why
It is needed for holding back auto-magic activation. This allows to
maintain some basic functionality but not doing anything. I will be
useful with other sync protocols as `snap`. Still metrics are working.
While `snap` is active, the beacon sync must hold back. It can
resume when `snap` has terminated.
0 commit comments