1
0
Fork 0
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:
Cadence Ember 2020-06-21 04:09:36 +12:00
parent b439158cbc
commit ee2626924a
No known key found for this signature in database
GPG key ID: 128B99B1B74A6412
17 changed files with 860 additions and 12 deletions

View file

@ -14,6 +14,7 @@ class TtlCache {
this.sweepInterval = setInterval(() => {
this.clean()
}, constants.caching.cache_sweep_interval)
this.sweepInterval.unref()
}
clean() {