mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader.git
synced 2025-08-20 13:49:13 +08:00
chore: tweak deployment
This commit is contained in:
parent
c6634298c4
commit
336931b5e8
@ -557,6 +557,7 @@ ${suffixMixins.length ? `\n${suffixMixins.join('\n\n')}\n` : ''}`;
|
||||
timeoutSeconds: 300,
|
||||
concurrency: 32,
|
||||
maxInstances: 312,
|
||||
minInstances: 1,
|
||||
},
|
||||
tags: ['Crawler'],
|
||||
httpMethod: ['get', 'post'],
|
||||
|
@ -69,6 +69,7 @@ export class SearcherHost extends RPCHost {
|
||||
timeoutSeconds: 300,
|
||||
concurrency: 6,
|
||||
maxInstances: 200,
|
||||
minInstances: 1,
|
||||
},
|
||||
tags: ['Searcher'],
|
||||
httpMethod: ['get', 'post'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user