mirror of https://mirror.osredm.com/root/redis.git
Removes dead code (#7642)
Appears to be handled by server.stream_node_max_bytes in reality.
This commit is contained in:
parent
d6220f12a9
commit
efe92ee546
|
@ -31,8 +31,6 @@
|
|||
#include "endianconv.h"
|
||||
#include "stream.h"
|
||||
|
||||
#define STREAM_BYTES_PER_LISTPACK 2048
|
||||
|
||||
/* Every stream item inside the listpack, has a flags field that is used to
|
||||
* mark the entry as deleted, or having the same field as the "master"
|
||||
* entry at the start of the listpack> */
|
||||
|
|
Loading…
Reference in New Issue