You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2020/08/10 04:12:29 UTC

[incubator-doris] 02/02: fix rebase bug

This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch dori-ui
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git

commit 975d01c872e66a6547c4bf64aaabd9e3420ecbaf
Author: morningman <ch...@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-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org