Skip to content

Commit

Permalink
Increase version check poll time (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-gordon authored Jul 11, 2024
1 parent 1322c13 commit 2a3b003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/lib/versionCheck.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export async function useCheckVersion() {
refetchOnWindowFocus: true,
refetchOnMount: true,
refetchOnReconnect: true,
refetchInterval: 1000 * 60 * 1, // 1 minute
refetchInterval: 1000 * 60 * 5, // 5 minutes
refetchIntervalInBackground: true,
});
}

0 comments on commit 2a3b003

Please sign in to comment.