Skip to content

Commit

Permalink
upping the number of values/ballots for 4 acceptor config
Browse files Browse the repository at this point in the history
  • Loading branch information
heidihoward committed Sep 29, 2023
1 parent a807c3a commit 49aaf12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MCFPaxosFourAcc.tla
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
EXTENDS FPaxos, TLC

MCAcceptor == {"a1", "a2", "a3", "a4"}
MCValue == 0..1
MCValue == 0..2
MCQuorum1 == {{"a1", "a2"}, {"a3", "a4"}}
MCQuorum2 == {{"a1", "a3"}, {"a2", "a4"}}
MCBallot == 0..1
MCBallot == 0..2

====

0 comments on commit 49aaf12

Please sign in to comment.