Skip to content

Commit a91f2b1

Browse files
committed
Get rid of the custom staleTime for useSuggestedRepositories
1 parent f59edf5 commit a91f2b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/dashboard/src/data/git-providers/suggested-repositories-query.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ export const useSuggestedRepositories = ({ excludeConfigurations }: Props) => {
3131
return repositories;
3232
},
3333
{
34-
staleTime: 1000 * 60 * 10, // 10 minutes
3534
// Keeps data in cache for 7 days - will still refresh though
3635
cacheTime: 1000 * 60 * 60 * 24 * 7,
3736
},

0 commit comments

Comments
 (0)