移除自动压缩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
@@ -14,7 +14,6 @@ export default class EnvService {
this.envDb.loadDatabase((err) => {
if (err) throw err;
});
this.envDb.persistence.setAutocompactionInterval(30000);
}
public async create(payloads: Env[]): Promise<Env[]> {