Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export const useSuggestedRepositories = ({ excludeConfigurations }: Props) => {
return repositories;
},
{
staleTime: 1000 * 60 * 10, // 10 minutes
// Keeps data in cache for 7 days - will still refresh though
cacheTime: 1000 * 60 * 60 * 24 * 7,
},
Expand Down
Loading
Loading