Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 88b3baf

Browse files
feat: added pollInterval for page queries
1 parent 8a71d1e commit 88b3baf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/renderer/lib/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,3 +456,4 @@ export const SSO_PROVIDERS_LOWER = SSO_PROVIDERS.map((val) =>
456456
) as Lowercase<SSOProviderKey>[];
457457

458458
export const REVALIDATE_USER_PAGE_IN_SECONDS = 60;
459+
export const PAGE_QUERY_POLL_INTERVAL_IN_MS = 10000;

0 commit comments

Comments
 (0)