feat: higher concurrency rate for facebook
This commit is contained in:
parent
e0b496c4f9
commit
3387b3c989
|
|
@ -49,7 +49,7 @@ export const NotificationOpenComponent = () => {
|
|||
return (
|
||||
<div
|
||||
id="notification-popup"
|
||||
className="opacity-0 animate-normalFadeDown mt-[10px] absolute w-[420px] min-h-[200px] top-[100%] end-0 bg-third text-textColor rounded-[16px] flex flex-col border border-tableBorder z-[300]"
|
||||
className="opacity-0 animate-normalFadeDown mt-[10px] absolute w-[420px] min-h-[200px] top-[100%] end-0 bg-third text-textColor rounded-[16px] flex flex-col border border-tableBorder z-[600]"
|
||||
>
|
||||
<div
|
||||
className={`p-[16px] border-b border-tableBorder font-bold`}
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ export class FacebookProvider extends SocialAbstract implements SocialProvider {
|
|||
'pages_read_engagement',
|
||||
'read_insights',
|
||||
];
|
||||
override maxConcurrentJob = 3; // Facebook has reasonable rate limits
|
||||
override maxConcurrentJob = 100; // Facebook has reasonable rate limits
|
||||
editor = 'normal' as const;
|
||||
maxLength() {
|
||||
return 63206;
|
||||
|
|
|
|||
Loading…
Reference in New Issue