mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-01-04 04:45:28 +08:00
增加undertow配置到test\prod 环境
This commit is contained in:
@ -1,7 +1,12 @@
|
|||||||
server:
|
server:
|
||||||
port: 8080
|
port: 8080
|
||||||
tomcat:
|
undertow:
|
||||||
max-swallow-size: -1
|
# 平替 tomcat server.tomcat.max-swallow-siz, undertow该值默认为-1
|
||||||
|
# max-http-post-size: 10MB
|
||||||
|
worker-threads: 16 # 4核CPU标准配置
|
||||||
|
buffers:
|
||||||
|
websocket: 8192 # WebSocket缓冲 以字节为单位,这里设置为8 KB
|
||||||
|
io: 16384 # IO操作缓冲 以字节为单位,这里设置为16 KB
|
||||||
error:
|
error:
|
||||||
include-exception: true
|
include-exception: true
|
||||||
include-stacktrace: ALWAYS
|
include-stacktrace: ALWAYS
|
||||||
|
|||||||
@ -1,7 +1,12 @@
|
|||||||
server:
|
server:
|
||||||
port: 8080
|
port: 8080
|
||||||
tomcat:
|
undertow:
|
||||||
max-swallow-size: -1
|
# 平替 tomcat server.tomcat.max-swallow-siz, undertow该值默认为-1
|
||||||
|
# max-http-post-size: 10MB
|
||||||
|
worker-threads: 16 # 4核CPU标准配置
|
||||||
|
buffers:
|
||||||
|
websocket: 8192 # WebSocket缓冲 以字节为单位,这里设置为8 KB
|
||||||
|
io: 16384 # IO操作缓冲 以字节为单位,这里设置为16 KB
|
||||||
error:
|
error:
|
||||||
include-exception: true
|
include-exception: true
|
||||||
include-stacktrace: ALWAYS
|
include-stacktrace: ALWAYS
|
||||||
|
|||||||
Reference in New Issue
Block a user