mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2026-03-01 18:31:35 +00:00
Add screenshot tester
This commit is contained in:
parent
b439158cbc
commit
ee2626924a
17 changed files with 860 additions and 12 deletions
|
|
@ -14,6 +14,7 @@ class TtlCache {
|
|||
this.sweepInterval = setInterval(() => {
|
||||
this.clean()
|
||||
}, constants.caching.cache_sweep_interval)
|
||||
this.sweepInterval.unref()
|
||||
}
|
||||
|
||||
clean() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue