update cache expired time

This commit is contained in:
landaiqing
2024-09-08 15:47:02 +08:00
parent 52a7981beb
commit 5e361422c6
6 changed files with 13 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ export const getGithubUrl = (state: string) => {
},
cacheFor: {
mode: "restore",
expire: 1000 * 60 * 60 * 24 * 30 // 30 days
expire: 1000 * 60 * 60 * 24 * 7
}
}
);