feat: change social concurrency

This commit is contained in:
Nevo David 2026-01-11 13:50:54 +07:00
parent 38cbeb8d95
commit c5bacf7d43
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ export class InstagramStandaloneProvider
'instagram_business_manage_comments',
'instagram_business_manage_insights',
];
override maxConcurrentJob = 10; // Instagram standalone has stricter limits
override maxConcurrentJob = 200; // Instagram standalone has stricter limits
dto = InstagramDto;
editor = 'normal' as const;