Skip to content

Commit

Permalink
node: disable tree compaction
Browse files Browse the repository at this point in the history
todo: add back as an optional setting
  • Loading branch information
rithvikvibhu committed Feb 3, 2024
1 parent 227a690 commit 1fc37dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/background/node/service.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ export class NodeService extends EventEmitter {
walletMigrate: 2,
walletIcannlockup: true,
maxOutbound: 4,
compactTreeOnInit: true,
compactTreeOnInit: false,
});

this.hsd.use(plugin);
Expand Down

0 comments on commit 1fc37dd

Please sign in to comment.