mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-03-16 19:02:00 +08:00
fix 修复 undertow 新版本无法上传大文件问题
This commit is contained in:
@@ -8,7 +8,7 @@ server:
|
||||
# undertow 配置
|
||||
undertow:
|
||||
# HTTP post内容的最大大小。当值为-1时,默认值为大小是无限的
|
||||
max-http-post-size: -1
|
||||
max-http-post-size: 1GB
|
||||
# 以下的配置会影响buffer,这些buffer会用于服务器连接的IO操作,有点类似netty的池化内存管理
|
||||
# 每块buffer的空间大小,越小的空间被利用越充分
|
||||
buffer-size: 512
|
||||
|
||||
Reference in New Issue
Block a user