chore: turn up concurrency a bit base on analysis

This commit is contained in:
yanlong.wang 2024-04-18 11:53:55 +08:00
parent a211366501
commit 0975b35ca2
No known key found for this signature in database
GPG Key ID: C0A623C0BADF9F37

View File

@ -158,8 +158,8 @@ ${this.content}
runtime: {
memory: '8GiB',
timeoutSeconds: 540,
concurrency: 16,
maxInstances: 625,
concurrency: 21,
maxInstances: 476,
},
httpMethod: ['get', 'post'],
returnType: [String, OutputServerEventStream],