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
ede6e22c
Commit
ede6e22c
authored
Aug 03, 2016
by
antirez
Browse files
Fix comment over 80 cols.
parent
04340e1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server.c
View file @
ede6e22c
...
...
@@ -1111,7 +1111,7 @@ int serverCron(struct aeEventLoop *eventLoop, long long id, void *clientData) {
freeClientsInAsyncFreeQueue
();
/* Clear the paused clients flag if needed. */
clientsArePaused
();
/* Don't check return value, just use the side effect.
*/
clientsArePaused
();
/* Don't check return value, just use the side effect.*/
/* Replication cron function -- used to reconnect to master,
* detect transfer failures, start background RDB transfers and so forth. */
...
...
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