t_stream.c comment resized to 80 cols.
This commit is contained in:
parent
0cb798ea2b
commit
3830ef2483
@ -1475,7 +1475,8 @@ void xreadCommand(client *c) {
|
|||||||
streamID *gt = ids+i; /* ID must be greater than this. */
|
streamID *gt = ids+i; /* ID must be greater than this. */
|
||||||
int serve_synchronously = 0;
|
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 (groups) {
|
||||||
/* If the consumer is blocked on a group, we always serve it
|
/* If the consumer is blocked on a group, we always serve it
|
||||||
* synchronously (serving its local history) if the ID specified
|
* synchronously (serving its local history) if the ID specified
|
||||||
|
Loading…
x
Reference in New Issue
Block a user