소스 검색

HUE-8236 [core] Correct Hue config value use integer instead of math expression

Ying Chen 7 년 전
부모
커밋
f99a14720f
2개의 변경된 파일6개의 추가작업 그리고 4개의 파일을 삭제
  1. 3 2
      desktop/conf.dist/hue.ini
  2. 3 2
      desktop/conf/pseudo-distributed.ini.tmpl

+ 3 - 2
desktop/conf.dist/hue.ini

@@ -102,8 +102,9 @@
   # Number of threads used by the CherryPy web server
   ## cherrypy_server_threads=50
 
-  # This property specifies the maximum size of the receive buffer in bytes in thrift sasl communication (default 2 MB).
-  ## sasl_max_buffer=2 * 1024 * 1024
+  # This property specifies the maximum size of the receive buffer in bytes in thrift sasl communication,
+  # default value is 2097152 (2 MB), which equals to (2 * 1024 * 1024)
+  ## sasl_max_buffer=2097152
 
   # Filename of SSL Certificate
   ## ssl_certificate=

+ 3 - 2
desktop/conf/pseudo-distributed.ini.tmpl

@@ -106,8 +106,9 @@
   # Number of threads used by the CherryPy web server
   ## cherrypy_server_threads=50
 
-  # This property specifies the maximum size of the receive buffer in bytes in thrift sasl communication (default 2 MB).
-  ## sasl_max_buffer=2 * 1024 * 1024
+  # This property specifies the maximum size of the receive buffer in bytes in thrift sasl communication,
+  # default value is 2097152 (2 MB), which equals to (2 * 1024 * 1024)
+  ## sasl_max_buffer=2097152
 
   # Filename of SSL Certificate
   ## ssl_certificate=