Commit a69bc5be authored by antirez's avatar antirez
Browse files

t_stream.c comment resized to 80 cols.

parent 5314099d
......@@ -1475,7 +1475,8 @@ void xreadCommand(client *c) {
streamID *gt = ids+i; /* ID must be greater than this. */
int serve_synchronously = 0;
/* Check if there are the conditions to serve the client synchronously. */
/* Check if there are the conditions to serve the client
* synchronously. */
if (groups) {
/* If the consumer is blocked on a group, we always serve it
* synchronously (serving its local history) if the ID specified
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment