diff --git a/src/github/FetchHandler.tsx b/src/github/FetchHandler.tsx index 8e8941e9..a74678da 100644 --- a/src/github/FetchHandler.tsx +++ b/src/github/FetchHandler.tsx @@ -262,8 +262,8 @@ const FetchHandler: FC = ({ children }) => { () => { fetchHandler(); }, - 1000 * 60 * 10, - ); // 10 minutes + 1000 * 60 * 60, + ); // every hour return () => { log.info('Clearing interval...');