mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader
synced 2025-04-22 22:00:28 +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…
x
Reference in New Issue
Block a user