You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 13, 2021. It is now read-only.
I noticed a minor bug, probably due to a recent change in hybrid-disk-cache.
It seems purge() has been changed to an async function, however it's not awaited when logging. This causes the log to print out an ongoing promise instead of the number of purged records, which should be the intended behavior I think.