Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
ac361616
Unverified
Commit
ac361616
authored
Apr 21, 2021
by
Ikko Ashimine
Committed by
GitHub
Apr 21, 2021
Browse files
Fix typo in server.c (#8809)
parent
473588c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server.c
View file @
ac361616
...
...
@@ -2421,8 +2421,8 @@ void beforeSleep(struct aeEventLoop *eventLoop) {
server.get_ack_from_slaves = 0;
}
/* We may have rec
i
eved updates from clients about their current offset. NOTE:
* this can't be done where the ACK is rec
i
eved since failover will disconnect
/* We may have rece
i
ved updates from clients about their current offset. NOTE:
* this can't be done where the ACK is rece
i
ved since failover will disconnect
* our clients. */
updateFailoverStatus();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment