This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch doris-ui in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 9fe10ed7faea42026d65cda021ead3ca3165371a Author: morningman <chenmin...@baidu.com> AuthorDate: Mon Aug 10 12:10:52 2020 +0800 fix rebase bug --- fe/fe-core/src/main/java/org/apache/doris/common/Config.java | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/fe/fe-core/src/main/java/org/apache/doris/common/Config.java b/fe/fe-core/src/main/java/org/apache/doris/common/Config.java index 26fccc0..6261ea1 100644 --- a/fe/fe-core/src/main/java/org/apache/doris/common/Config.java +++ b/fe/fe-core/src/main/java/org/apache/doris/common/Config.java @@ -18,7 +18,6 @@ package org.apache.doris.common; import org.apache.doris.PaloFe; -import org.apache.doris.http.HttpServer; public class Config extends ConfigBase { @@ -285,15 +284,6 @@ public class Config extends ConfigBase { */ @ConfField public static int http_port = 8030; - /* - * Netty http param - */ - @ConfField public static int http_max_line_length = HttpServer.DEFAULT_MAX_LINE_LENGTH; - - @ConfField public static int http_max_header_size = HttpServer.DEFAULT_MAX_HEADER_SIZE; - - @ConfField public static int http_max_chunk_size = HttpServer.DEFAULT_MAX_CHUNK_SIZE; - /** * The backlog_num for netty http server * When you enlarge this backlog_num, you should ensure it's value larger than --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org