Browse Source

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

Ying Chen 7 years ago
parent
commit
f99a14720f
2 changed files with 6 additions and 4 deletions
  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=