Spaces:
Build error
Build error
chore
Browse files
backend/functions/src/cloud-functions/crawler.ts
CHANGED
|
@@ -551,10 +551,10 @@ ${suffixMixins.length ? `\n${suffixMixins.join('\n\n')}\n` : ''}`;
|
|
| 551 |
@CloudHTTPv2({
|
| 552 |
runtime: {
|
| 553 |
memory: '4GiB',
|
| 554 |
-
cpu:
|
| 555 |
timeoutSeconds: 300,
|
| 556 |
-
concurrency:
|
| 557 |
-
maxInstances:
|
| 558 |
},
|
| 559 |
tags: ['Crawler'],
|
| 560 |
httpMethod: ['get', 'post'],
|
|
|
|
| 551 |
@CloudHTTPv2({
|
| 552 |
runtime: {
|
| 553 |
memory: '4GiB',
|
| 554 |
+
cpu: 4,
|
| 555 |
timeoutSeconds: 300,
|
| 556 |
+
concurrency: 32,
|
| 557 |
+
maxInstances: 312,
|
| 558 |
},
|
| 559 |
tags: ['Crawler'],
|
| 560 |
httpMethod: ['get', 'post'],
|