Spaces:
Build error
Build error
chore: reduce resource
Browse files
backend/functions/src/cloud-functions/crawler.ts
CHANGED
|
@@ -274,9 +274,10 @@ ${this.content}
|
|
| 274 |
})
|
| 275 |
@CloudHTTPv2({
|
| 276 |
runtime: {
|
| 277 |
-
memory: '
|
|
|
|
| 278 |
timeoutSeconds: 300,
|
| 279 |
-
concurrency:
|
| 280 |
maxInstances: 455,
|
| 281 |
},
|
| 282 |
openapi: {
|
|
|
|
| 274 |
})
|
| 275 |
@CloudHTTPv2({
|
| 276 |
runtime: {
|
| 277 |
+
memory: '4GiB',
|
| 278 |
+
cpu: 2,
|
| 279 |
timeoutSeconds: 300,
|
| 280 |
+
concurrency: 11,
|
| 281 |
maxInstances: 455,
|
| 282 |
},
|
| 283 |
openapi: {
|