Spaces:
Build error
Build error
chore: tweaks
Browse files
backend/functions/package-lock.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
| 14 |
"archiver": "^6.0.1",
|
| 15 |
"axios": "^1.3.3",
|
| 16 |
"bcrypt": "^5.1.0",
|
| 17 |
-
"civkit": "^0.6.5-
|
| 18 |
"cors": "^2.8.5",
|
| 19 |
"dayjs": "^1.11.9",
|
| 20 |
"express": "^4.19.2",
|
|
@@ -3674,9 +3674,9 @@
|
|
| 3674 |
}
|
| 3675 |
},
|
| 3676 |
"node_modules/civkit": {
|
| 3677 |
-
"version": "0.6.5-
|
| 3678 |
-
"resolved": "https://registry.npmjs.org/civkit/-/civkit-0.6.5-
|
| 3679 |
-
"integrity": "sha512-
|
| 3680 |
"dependencies": {
|
| 3681 |
"lodash": "^4.17.21",
|
| 3682 |
"tslib": "^2.5.0"
|
|
|
|
| 14 |
"archiver": "^6.0.1",
|
| 15 |
"axios": "^1.3.3",
|
| 16 |
"bcrypt": "^5.1.0",
|
| 17 |
+
"civkit": "^0.6.5-79b1e2c",
|
| 18 |
"cors": "^2.8.5",
|
| 19 |
"dayjs": "^1.11.9",
|
| 20 |
"express": "^4.19.2",
|
|
|
|
| 3674 |
}
|
| 3675 |
},
|
| 3676 |
"node_modules/civkit": {
|
| 3677 |
+
"version": "0.6.5-79b1e2c",
|
| 3678 |
+
"resolved": "https://registry.npmjs.org/civkit/-/civkit-0.6.5-79b1e2c.tgz",
|
| 3679 |
+
"integrity": "sha512-JwuDgfo6YMopniSHmYXwtzSOUs/i8FA+GNLhPUivh1AtfMp7nO6C354xNalVP+nP8TqZE2HgmLL2aiyxrX51sQ==",
|
| 3680 |
"dependencies": {
|
| 3681 |
"lodash": "^4.17.21",
|
| 3682 |
"tslib": "^2.5.0"
|
backend/functions/package.json
CHANGED
|
@@ -34,7 +34,7 @@
|
|
| 34 |
"archiver": "^6.0.1",
|
| 35 |
"axios": "^1.3.3",
|
| 36 |
"bcrypt": "^5.1.0",
|
| 37 |
-
"civkit": "^0.6.5-
|
| 38 |
"cors": "^2.8.5",
|
| 39 |
"dayjs": "^1.11.9",
|
| 40 |
"express": "^4.19.2",
|
|
|
|
| 34 |
"archiver": "^6.0.1",
|
| 35 |
"axios": "^1.3.3",
|
| 36 |
"bcrypt": "^5.1.0",
|
| 37 |
+
"civkit": "^0.6.5-79b1e2c",
|
| 38 |
"cors": "^2.8.5",
|
| 39 |
"dayjs": "^1.11.9",
|
| 40 |
"express": "^4.19.2",
|
backend/functions/src/cloud-functions/crawler.ts
CHANGED
|
@@ -231,10 +231,10 @@ ${this.content}
|
|
| 231 |
})
|
| 232 |
@CloudHTTPv2({
|
| 233 |
runtime: {
|
| 234 |
-
memory: '
|
| 235 |
timeoutSeconds: 300,
|
| 236 |
-
concurrency:
|
| 237 |
-
maxInstances:
|
| 238 |
},
|
| 239 |
openapi: {
|
| 240 |
operation: {
|
|
|
|
| 231 |
})
|
| 232 |
@CloudHTTPv2({
|
| 233 |
runtime: {
|
| 234 |
+
memory: '8GiB',
|
| 235 |
timeoutSeconds: 300,
|
| 236 |
+
concurrency: 22,
|
| 237 |
+
maxInstances: 455,
|
| 238 |
},
|
| 239 |
openapi: {
|
| 240 |
operation: {
|