File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/transport-netty4/src/main/java/org/elasticsearch/transport/netty4 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ public class Netty4Plugin extends Plugin implements NetworkPlugin {
5757 );
5858 public static final Setting <ByteSizeValue > SETTING_HTTP_NETTY_RECEIVE_PREDICTOR_SIZE = byteSizeSetting (
5959 "http.netty.receive_predictor_size" ,
60- new ByteSizeValue (64 , ByteSizeUnit .KB ),
60+ new ByteSizeValue (32 , ByteSizeUnit .KB ),
6161 Setting .Property .NodeScope
6262 );
6363 public static final Setting <Integer > WORKER_COUNT = new Setting <>(
@@ -68,7 +68,7 @@ public class Netty4Plugin extends Plugin implements NetworkPlugin {
6868 );
6969 private static final Setting <ByteSizeValue > NETTY_RECEIVE_PREDICTOR_SIZE = byteSizeSetting (
7070 "transport.netty.receive_predictor_size" ,
71- new ByteSizeValue (64 , ByteSizeUnit .KB ),
71+ new ByteSizeValue (32 , ByteSizeUnit .KB ),
7272 Setting .Property .NodeScope
7373 );
7474 public static final Setting <ByteSizeValue > NETTY_RECEIVE_PREDICTOR_MAX = byteSizeSetting (
You can’t perform that action at this time.
0 commit comments