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

@@ -27,7 +27,7 @@ export const generateClientId = () => {
},
cacheFor: {
mode: "restore",
expire: 1000 * 60 * 60 * 24 * 30 // 30天
expire: 1000 * 60 * 60 * 24 * 7
}
}
);