mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-01 04:40:38 +08:00
移除自动压缩db数据
This commit is contained in:
@@ -23,7 +23,6 @@ export default class CronService {
|
||||
this.cronDb.loadDatabase((err) => {
|
||||
if (err) throw err;
|
||||
});
|
||||
this.cronDb.persistence.setAutocompactionInterval(30000);
|
||||
}
|
||||
|
||||
public getDb(): DataStore {
|
||||
|
||||
Reference in New Issue
Block a user