chore: tweak concurrency

This commit is contained in:
Yanlong Wang 2024-08-06 17:58:27 +08:00
parent 7af2bde01f
commit 0dd05b5dab
No known key found for this signature in database
GPG Key ID: C0A623C0BADF9F37
2 changed files with 3 additions and 3 deletions

View File

@ -599,8 +599,8 @@ ${suffixMixins.length ? `\n${suffixMixins.join('\n\n')}\n` : ''}`;
memory: '4GiB',
cpu: 4,
timeoutSeconds: 300,
concurrency: 32,
maxInstances: 312,
concurrency: 22,
maxInstances: 455,
minInstances: 1,
},
tags: ['Crawler'],

View File

@ -67,7 +67,7 @@ export class SearcherHost extends RPCHost {
cpu: 8,
memory: '8GiB',
timeoutSeconds: 300,
concurrency: 6,
concurrency: 3,
maxInstances: 200,
minInstances: 1,
},