feat: 增加网关请求体大小限制

This commit is contained in:
2026-06-22 10:43:09 +08:00
parent 2acd7cd8d1
commit e347626485
+1
View File
@@ -1,6 +1,7 @@
server:
address : ":8000"
name: "gateway"
clientMaxBodySize: 1073741824
rate:
limit: 800
burst: 2000