diff --git a/src/enrich/enrichment.service.ts b/src/enrich/enrichment.service.ts index 327eb49..f12035e 100644 --- a/src/enrich/enrichment.service.ts +++ b/src/enrich/enrichment.service.ts @@ -17,8 +17,8 @@ export class EnrichmentService { // Очередь обогащения с троттлингом (под лимиты Discogs/iTunes) private readonly queue: string[] = []; private running = false; - private readonly throttleMs = 1000; - private readonly concurrency = 3; + private readonly throttleMs = 1200; + private readonly concurrency = 2; constructor( private readonly prisma: PrismaService,