mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader
synced 2025-08-16 16:05:57 +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",
|
"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"
|
||||||
|
@ -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",
|
||||||
|
@ -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: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user