解决超时问题

This commit is contained in:
2026-04-09 17:08:05 +08:00
parent 36d2a8945e
commit 4a4bd8f67c
4 changed files with 257 additions and 1 deletions
+6
View File
@@ -2,6 +2,12 @@ appname = server
httpport = 8081
runmode = dev
# 服务器超时配置(支持大文件上传)
# 0 表示不设置超时限制
ServerTimeOut = 0
# 最大请求体大小(字节),0 表示不限制
MaxMemory = 0
# 数据库配置
# MySQL - 远程连接配置
mysqluser = go-platform