mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-27 10:52:40 +08:00
fix(server): del staled update count cache if unmatch (#5674)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
export interface CacheSetOptions {
|
||||
// in milliseconds
|
||||
/**
|
||||
* in milliseconds
|
||||
*/
|
||||
ttl?: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user