We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b827d8c commit bdb7c64Copy full SHA for bdb7c64
crates/clock/src/clock.rs
@@ -23,7 +23,7 @@ impl ReplicaId {
23
/// A local branch.
24
pub const LOCAL_BRANCH: ReplicaId = ReplicaId(3);
25
/// The first collaborative replica ID, any replica equal or greater than this is a collaborative replica.
26
- pub const FIRST_COLLAB_ID: ReplicaId = ReplicaId(Self::LOCAL_BRANCH.0 + 1);
+ pub const FIRST_COLLAB_ID: ReplicaId = ReplicaId(8);
27
28
pub fn new(id: u16) -> Self {
29
ReplicaId(id)
0 commit comments