mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader
synced 2025-08-14 18:15:54 +08:00
chore: tweaks
This commit is contained in:
parent
867636d037
commit
ae29055142
8
backend/functions/package-lock.json
generated
8
backend/functions/package-lock.json
generated
@ -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"
|
||||
|
@ -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",
|
||||
|
@ -231,10 +231,10 @@ ${this.content}
|
||||
})
|
||||
@CloudHTTPv2({
|
||||
runtime: {
|
||||
memory: '4GiB',
|
||||
memory: '8GiB',
|
||||
timeoutSeconds: 300,
|
||||
concurrency: 16,
|
||||
maxInstances: 625,
|
||||
concurrency: 22,
|
||||
maxInstances: 455,
|
||||
},
|
||||
openapi: {
|
||||
operation: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user