Explorar el Código

Fixed indentation

Chris Lim hace 9 años
padre
commit
b9e752b995
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  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