Skip to content

Commit 1a7c63a

Browse files
committed
Remove obsolete BLOCKED_WAITAOF comment
BLOCKED_WAITAOF was consolidated into BLOCKED_WAIT in valkey-io#562. Signed-off-by: Binbin <[email protected]>
1 parent e5956d0 commit 1a7c63a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ typedef struct blockingState {
912912
/* BLOCKED_LIST, BLOCKED_ZSET and BLOCKED_STREAM or any other Keys related blocking */
913913
dict *keys; /* The keys we are blocked on */
914914

915-
/* BLOCKED_WAIT and BLOCKED_WAITAOF */
915+
/* BLOCKED_WAIT */
916916
int numreplicas; /* Number of replicas we are waiting for ACK. */
917917
int numlocal; /* Indication if WAITAOF is waiting for local fsync. */
918918
long long reploffset; /* Replication offset to reach. */

0 commit comments

Comments
 (0)