mirror of
https://github.com/intergalacticalvariable/reader.git
synced 2024-11-16 03:32:25 +08:00
chore: increase max instances to target 10k concurrent requests
This commit is contained in:
parent
50ed9cc248
commit
bda7e76e50
|
@ -153,6 +153,7 @@ ${this.content}
|
|||
memory: '8GiB',
|
||||
timeoutSeconds: 540,
|
||||
concurrency: 16,
|
||||
maxInstances: 625,
|
||||
},
|
||||
httpMethod: ['get', 'post'],
|
||||
returnType: [String, OutputServerEventStream],
|
||||
|
|
Loading…
Reference in New Issue
Block a user