移除自动压缩db数据

This commit is contained in:
hanhh
2021-09-09 13:02:49 +08:00
parent b7a359714f
commit 35539a4ccc
4 changed files with 0 additions and 4 deletions
-1
View File
@@ -23,7 +23,6 @@ export default class CronService {
this.cronDb.loadDatabase((err) => {
if (err) throw err;
});
this.cronDb.persistence.setAutocompactionInterval(30000);
}
public getDb(): DataStore {