Skip to content

Commit 48fb30a

Browse files
committed
Reduce global invitation polling load in app shell
1 parent da1f067 commit 48fb30a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/src/widgets/layout/AppShell.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export function AppShell({ children, onNavigateAttempt, onLogoutAttempt }: AppSh
124124
enabled: isAuthenticated,
125125
includeInitialFetch: true,
126126
scope: "appshell",
127-
fallbackPollingMs: 8000,
127+
fallbackPollingMs: 0,
128128
});
129129
const incomingInvitations = pendingInvitations.length;
130130
const sortedInvitations = useMemo(

0 commit comments

Comments
 (0)