|
|
@@ -7,7 +7,7 @@
|
|
|
##--------------------------------------------------------------------
|
|
|
|
|
|
## Cluster name.
|
|
|
-##
|
|
|
+##
|
|
|
## Value: String
|
|
|
cluster.name = emqxcluster
|
|
|
|
|
|
@@ -297,7 +297,7 @@ log.console.level = error
|
|
|
|
|
|
## The file where console logs will be writed to, when 'log.console' is set as 'file'.
|
|
|
##
|
|
|
-## Value: File Name
|
|
|
+## Value: File Name
|
|
|
## log.console.file = {{ platform_log_dir }}/console.log
|
|
|
|
|
|
## Maximum file size for console log.
|
|
|
@@ -425,7 +425,7 @@ mqtt.keepalive_backoff = 0.75
|
|
|
|
|
|
## Force GC the MQTT connections. Value 0 will disable the Force GC.
|
|
|
##
|
|
|
-## Value: Number >= 0
|
|
|
+## Value: Number >= 0
|
|
|
mqtt.conn.force_gc_count = 100
|
|
|
|
|
|
##--------------------------------------------------------------------
|