refactor: client service

This commit is contained in:
codytseng 2025-08-04 22:53:36 +08:00
parent 5afbdd0aa4
commit 21f09426cf
8 changed files with 459 additions and 491 deletions

View file

@ -473,7 +473,7 @@ class IndexedDbService {
},
{
name: StoreNames.BLOSSOM_SERVER_LIST_EVENTS,
expirationTimestamp: Date.now() - 1000 * 60 * 60 * 24 * 7 // 7 days
expirationTimestamp: Date.now() - 1000 * 60 * 60 * 24 // 1 days
}
]
const transaction = this.db!.transaction(