Skip to content

Commit 4be551e

Browse files
authored
Update replication-16-my8.md
1 parent e128f99 commit 4be551e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stage_descriptions/replication-16-my8.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Here, the client is asking the master to wait for `3` replicas (with a maximum t
2626

2727
For now, we’ll handle the simplest case: when the client needs `0` replicas and the master also has no replicas connected. In this case, `WAIT` should immediately return `0`.
2828

29+
We'll get to tracking the number of replicas and responding accordingly in later stages.
30+
2931
### Tests
3032

3133
The tester will execute your program like this:

0 commit comments

Comments
 (0)