1
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
xinian
2026-02-23 03:12:32 +08:00
committed by cnb
parent 57ef70911b
commit a942032bf0

View File

@@ -4,7 +4,7 @@ server:
openapiPath: "/api.json"
swaggerPath: "/swagger"
clientMaxBodySize:
1048576 # 1MB in bytes 1*1024*1024
20971520 # 20MB in bytes 20*1024*1024
# 平滑重启特性
graceful: true # 是否开启平滑重启特性开启时将会在本地增加10000的本地TCP端口用于进程间通信默认false
gracefulTimeout: 2 # 父进程在平滑重启后多少秒退出默认2秒若请求耗时大于该值可能会导致请求中断