diff --git a/src/enrich/enrichment.service.ts b/src/enrich/enrichment.service.ts index 9ba5e8c..e0dd3e6 100644 --- a/src/enrich/enrichment.service.ts +++ b/src/enrich/enrichment.service.ts @@ -19,8 +19,8 @@ export class EnrichmentService { private running = false; // Discogs сам себя лимитирует (rate-limiter в DiscogsService), поэтому можно // выше параллельность: обложки (iTunes, без лимита) льются быстрее. - private readonly throttleMs = 300; - private readonly concurrency = 5; + private readonly throttleMs = 200; + private readonly concurrency = 8; constructor( private readonly prisma: PrismaService,