We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20ff1be commit f96db25Copy full SHA for f96db25
components/dashboard/src/data/git-providers/suggested-repositories-query.ts
@@ -21,8 +21,8 @@ export const useSuggestedRepositories = () => {
21
return await getGitpodService().server.getSuggestedRepositories(org.id);
22
},
23
{
24
- // Keeps data in cache for 24h - will still refresh though
25
- cacheTime: 1000 * 60 * 60 * 24,
+ // Keeps data in cache for 7 days - will still refresh though
+ cacheTime: 1000 * 60 * 60 * 24 * 7,
26
27
);
28
};
0 commit comments