Spaces:
Build error
Build error
chore: tweak deployment
Browse files
backend/functions/src/cloud-functions/crawler.ts
CHANGED
|
@@ -138,7 +138,7 @@ export class CrawlerHost extends RPCHost {
|
|
| 138 |
memory: '4GiB',
|
| 139 |
cpu: 2,
|
| 140 |
timeoutSeconds: 300,
|
| 141 |
-
concurrency:
|
| 142 |
maxInstances: 1250,
|
| 143 |
minInstances: 1,
|
| 144 |
},
|
|
|
|
| 138 |
memory: '4GiB',
|
| 139 |
cpu: 2,
|
| 140 |
timeoutSeconds: 300,
|
| 141 |
+
concurrency: 8,
|
| 142 |
maxInstances: 1250,
|
| 143 |
minInstances: 1,
|
| 144 |
},
|
thinapps-shared
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
Subproject commit
|
|
|
|
| 1 |
+
Subproject commit efa6da6ff1c9a4e2841c50a722a0ae2283be827c
|