diff --git a/backend/functions/package-lock.json b/backend/functions/package-lock.json index 5083160..58ef8d0 100644 --- a/backend/functions/package-lock.json +++ b/backend/functions/package-lock.json @@ -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" diff --git a/backend/functions/package.json b/backend/functions/package.json index d85fde2..80c4c88 100644 --- a/backend/functions/package.json +++ b/backend/functions/package.json @@ -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", diff --git a/backend/functions/src/cloud-functions/crawler.ts b/backend/functions/src/cloud-functions/crawler.ts index 7a353e4..c5394f3 100644 --- a/backend/functions/src/cloud-functions/crawler.ts +++ b/backend/functions/src/cloud-functions/crawler.ts @@ -231,10 +231,10 @@ ${this.content} }) @CloudHTTPv2({ runtime: { - memory: '4GiB', + memory: '8GiB', timeoutSeconds: 300, - concurrency: 16, - maxInstances: 625, + concurrency: 22, + maxInstances: 455, }, openapi: { operation: {