Browse Source

HUE-4969 [core] Rename ini properties for sasl buffer to be standard

Romain Rigaux 8 years ago
parent
commit
5030c88029
2 changed files with 4 additions and 4 deletions
  1. 2 2
      desktop/conf.dist/hue.ini
  2. 2 2
      desktop/conf/pseudo-distributed.ini.tmpl

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

@@ -69,8 +69,8 @@
   # Number of threads used by the CherryPy web server
   ## cherrypy_server_threads=40
 
-  # This property specifies the maximum size of the receive buffer in bytes in thrift sasl communication.
-  ## sasl_max_buffer=2*1024*1024  # 2MB
+  # 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
 
   # Filename of SSL Certificate
   ## ssl_certificate=

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

@@ -73,8 +73,8 @@
   # Number of threads used by the CherryPy web server
   ## cherrypy_server_threads=40
 
-  # This property specifies the maximum size of the receive buffer in bytes in thrift sasl communication.
-  ## sasl_max_buffer=2*1024*1024  # 2MB
+  # 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
 
   # Filename of SSL Certificate
   ## ssl_certificate=