解决超时问题
This commit is contained in:
@@ -2,6 +2,12 @@ appname = server
|
||||
httpport = 8081
|
||||
runmode = dev
|
||||
|
||||
# 服务器超时配置(支持大文件上传)
|
||||
# 0 表示不设置超时限制
|
||||
ServerTimeOut = 0
|
||||
# 最大请求体大小(字节),0 表示不限制
|
||||
MaxMemory = 0
|
||||
|
||||
# 数据库配置
|
||||
# MySQL - 远程连接配置
|
||||
mysqluser = go-platform
|
||||
|
||||
Reference in New Issue
Block a user