This commit is contained in:
Yanlong Wang 2024-09-27 13:30:29 +08:00
parent f531056bbd
commit a66791d85f
No known key found for this signature in database
GPG Key ID: C0A623C0BADF9F37

View File

@ -63,10 +63,10 @@ export class SearcherHost extends RPCHost {
})
@CloudHTTPv2({
runtime: {
cpu: 8,
cpu: 4,
memory: '8GiB',
timeoutSeconds: 300,
concurrency: 3,
concurrency: 4,
maxInstances: 200,
minInstances: 1,
},