Skip to content

Commit

Permalink
netty: use composite cumulator for benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiitk committed Oct 1, 2020
1 parent cedeaed commit 5514b3d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ protected GrpcHttp2ConnectionHandler(
Http2Settings initialSettings) {
super(decoder, encoder, initialSettings);
this.channelUnused = channelUnused;
setCumulator(COMPOSITE_CUMULATOR);
}

/**
Expand Down

0 comments on commit 5514b3d

Please sign in to comment.