feat: change social concurrency
This commit is contained in:
parent
38cbeb8d95
commit
c5bacf7d43
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue