mirror of
https://github.com/zedeus/nitter.git
synced 2025-12-15 16:52:48 -05:00
Add periodic cache cleaner prevent slowdowns
This commit is contained in:
@@ -52,6 +52,11 @@ dbTypes:
|
||||
parseIt: parseEnum[VideoType](it.s)
|
||||
formatIt: dbValue($it)
|
||||
.}: VideoType
|
||||
updated* {.
|
||||
dbType: "INTEGER"
|
||||
parseIt: it.i.fromUnix()
|
||||
formatIt: dbValue(getTime().toUnix())
|
||||
.}: Time
|
||||
|
||||
genPrefsType()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user