nomagick commited on
Commit
8951578
·
1 Parent(s): 858e52f
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: 2,
555
  timeoutSeconds: 300,
556
- concurrency: 16,
557
- maxInstances: 625,
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'],