refactor: client service
This commit is contained in:
parent
5afbdd0aa4
commit
21f09426cf
8 changed files with 459 additions and 491 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue