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

View File

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

View File

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