persist cache

This commit is contained in:
boufni95 2025-01-09 17:58:31 +00:00
parent d484f58224
commit 1a2a715d59

View file

@ -29,6 +29,7 @@ export default class {
}, 1000 * 60 * 5)
process.on('exit', () => {
this.persistMetrics()
this.persistCache()
});
// catch ctrl+c event and exit normally