Skip to content

Commit

Permalink
enable historical by default (#1327)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 authored Sep 29, 2022
1 parent 8bb721d commit 4ae1b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node/src/yargs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export const yargsOptions = yargs(hideBin(process.argv))
},
'disable-historical': {
demandOption: false,
default: true,
default: false,
describe: 'Disable storing historical state entities',
type: 'boolean',
},
Expand Down

0 comments on commit 4ae1b1f

Please sign in to comment.