Decrease number of inlined elements in grpc_slice_buffer from 7->6

pull/35622/head
Alisha Nanda 1 year ago
parent 5bf0971972
commit 7d16442587
No known key found for this signature in database
GPG Key ID: B17EC23A0200270
  1. 2
      include/grpc/impl/slice_type.h

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

Loading…
Cancel
Save