mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-25 20:40:24 +08:00
套餐增加文件最大上传尺寸设置
This commit is contained in:
@@ -26,4 +26,5 @@ message Plan {
|
||||
int64 monthlyRequests = 17; // 每月访问量额度
|
||||
int64 dailyWebsocketConnections = 18; // 每日Websocket连接数额度
|
||||
int64 monthlyWebsocketConnections = 19; // 每月Websocket连接数额度
|
||||
bytes maxUploadSizeJSON = 23; // 文件最大上传尺寸 @link json:size_capacity
|
||||
}
|
||||
Reference in New Issue
Block a user