Spaces:
Build error
Build error
chore: tweak deployment
Browse files
backend/functions/src/cloud-functions/searcher.ts
CHANGED
|
@@ -63,6 +63,7 @@ export class SearcherHost extends RPCHost {
|
|
| 63 |
})
|
| 64 |
@CloudHTTPv2({
|
| 65 |
runtime: {
|
|
|
|
| 66 |
memory: '8GiB',
|
| 67 |
timeoutSeconds: 300,
|
| 68 |
concurrency: 4,
|
|
|
|
| 63 |
})
|
| 64 |
@CloudHTTPv2({
|
| 65 |
runtime: {
|
| 66 |
+
cpu: 4,
|
| 67 |
memory: '8GiB',
|
| 68 |
timeoutSeconds: 300,
|
| 69 |
concurrency: 4,
|