瀏覽代碼

Fixed indentation

Chris Lim 9 年之前
父節點
當前提交
b9e752b995
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      crss-ui/crss-ui.yml

+ 4 - 4
crss-ui/crss-ui.yml

@@ -45,7 +45,7 @@ server:
   compression:
     enabled: true
     min-response-size: 1
-    direct-buffers: true # Instruct JVM to use native I/O operations on the buffers
-    buffer-size: 16384 # Socket buffer size. Default is 16kb
-    io-threads: 16 # The number of I/O threads created for non-blocking tasks. (#CPU * 2)
-    worker-threads: 128 # CPU * 16
+  direct-buffers: true # Instruct JVM to use native I/O operations on the buffers
+  buffer-size: 16384 # Socket buffer size. Default is 16kb
+  io-threads: 16 # The number of I/O threads created for non-blocking tasks. (#CPU * 2)
+  worker-threads: 128 # CPU * 16