Skip to content

Commit

Permalink
disable compact on init
Browse files Browse the repository at this point in the history
  • Loading branch information
rithvikvibhu authored Aug 3, 2023
1 parent 429e180 commit 591c67b
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 @@ -238,7 +238,7 @@ export class NodeService extends EventEmitter {
chainMigrate: 3,
walletMigrate: 2,
maxOutbound: 4,
compactTreeOnInit: true,
compactTreeOnInit: false,
});

this.hsd.use(plugin);
Expand Down

0 comments on commit 591c67b

Please sign in to comment.