提交 0535bf6f 编写于 作者: 雪洛's avatar 雪洛

docs: update event size

上级 7b312350
......@@ -109,7 +109,7 @@ exports.main = async (event, context) => {
云函数上行的参数内容不能传太大。
- 阿里云event大小不可超过1MB
- 腾讯云event大小不可超过6MB
- 腾讯云event大小不可超过5MB
### context对象@context
......
......@@ -566,7 +566,7 @@ const res = await todo.add('title demo', 'content demo')
### 云对象的接收参数的体积上限
- 阿里云接收参数大小不可超过1MB
- 腾讯云接收参数大小不可超过6MB
- 腾讯云接收参数大小不可超过5MB
由于传输层还有上下文环境信息,所以开发者给云对象发送参数时需注意控制参数体积
......
......@@ -70,7 +70,7 @@ uniCloud提供包月、按量计费两种计费方式(仅腾讯云),具体
| |单个函数的环境变量大小 |4KB |
| |内存分配 |最小128MB ,最大2,048MB |
| |超时时间 |最小1秒,最大60秒 |
| |同步请求事件大小 |6MB |
| |同步请求事件大小 |5MB |
| |同步请求响应大小 |6MB |
| |固定外网 IP 数量 |5个 |
| |云函数实例扩容速度 |500个/分钟 |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册