t_stream.c comment resized to 80 cols.

This commit is contained in:
antirez 2018-11-19 16:26:02 +01:00
parent 0cb798ea2b
commit 3830ef2483

View File

@ -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