chore: tweaks

This commit is contained in:
Yanlong Wang 2024-04-29 20:12:11 +08:00
parent 867636d037
commit ae29055142
No known key found for this signature in database
GPG Key ID: C0A623C0BADF9F37
3 changed files with 8 additions and 8 deletions

View File

@ -14,7 +14,7 @@
"archiver": "^6.0.1",
"axios": "^1.3.3",
"bcrypt": "^5.1.0",
"civkit": "^0.6.5-67b9d36",
"civkit": "^0.6.5-79b1e2c",
"cors": "^2.8.5",
"dayjs": "^1.11.9",
"express": "^4.19.2",
@ -3674,9 +3674,9 @@
}
},
"node_modules/civkit": {
"version": "0.6.5-67b9d36",
"resolved": "https://registry.npmjs.org/civkit/-/civkit-0.6.5-67b9d36.tgz",
"integrity": "sha512-4hT7rXiKdbRRGWueG9uzttziyRVrBV+G80agFtvvmCEbWKsgFfWSjDRtxvwIhOGQ/RthoiRh+7Mtq8mOsIyBtg==",
"version": "0.6.5-79b1e2c",
"resolved": "https://registry.npmjs.org/civkit/-/civkit-0.6.5-79b1e2c.tgz",
"integrity": "sha512-JwuDgfo6YMopniSHmYXwtzSOUs/i8FA+GNLhPUivh1AtfMp7nO6C354xNalVP+nP8TqZE2HgmLL2aiyxrX51sQ==",
"dependencies": {
"lodash": "^4.17.21",
"tslib": "^2.5.0"

View File

@ -34,7 +34,7 @@
"archiver": "^6.0.1",
"axios": "^1.3.3",
"bcrypt": "^5.1.0",
"civkit": "^0.6.5-67b9d36",
"civkit": "^0.6.5-79b1e2c",
"cors": "^2.8.5",
"dayjs": "^1.11.9",
"express": "^4.19.2",

View File

@ -231,10 +231,10 @@ ${this.content}
})
@CloudHTTPv2({
runtime: {
memory: '4GiB',
memory: '8GiB',
timeoutSeconds: 300,
concurrency: 16,
maxInstances: 625,
concurrency: 22,
maxInstances: 455,
},
openapi: {
operation: {