Decrease number of inlined elements in slice_buffer from 8 to 7.

PiperOrigin-RevId: 586797742
pull/35145/head
Alisha Nanda 1 year ago committed by Copybara-Service
parent c10ae5fc63
commit ff4058a738
  1. 2
      include/grpc/impl/slice_type.h

@ -74,7 +74,7 @@ struct grpc_slice {
} data;
};
#define GRPC_SLICE_BUFFER_INLINE_ELEMENTS 8
#define GRPC_SLICE_BUFFER_INLINE_ELEMENTS 7
/** Represents an expandable array of slices, to be interpreted as a
single item. */

Loading…
Cancel
Save