Explorar el Código

Added undertow definition.

Chris Lim hace 9 años
padre
commit
28270d5b75
Se han modificado 1 ficheros con 5 adiciones y 4 borrados
  1. 5 4
      crss-ui/crss-ui.yml

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

@@ -45,7 +45,8 @@ 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
+  undertow:
+    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