mirror of
https://github.com/intergalacticalvariable/reader.git
synced 2024-11-16 03:32:25 +08:00
chore: turn up concurrency a bit base on analysis
This commit is contained in:
parent
a211366501
commit
0975b35ca2
|
@ -158,8 +158,8 @@ ${this.content}
|
||||||
runtime: {
|
runtime: {
|
||||||
memory: '8GiB',
|
memory: '8GiB',
|
||||||
timeoutSeconds: 540,
|
timeoutSeconds: 540,
|
||||||
concurrency: 16,
|
concurrency: 21,
|
||||||
maxInstances: 625,
|
maxInstances: 476,
|
||||||
},
|
},
|
||||||
httpMethod: ['get', 'post'],
|
httpMethod: ['get', 'post'],
|
||||||
returnType: [String, OutputServerEventStream],
|
returnType: [String, OutputServerEventStream],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user