Skip to content

Commit

Permalink
enable fast-node
Browse files Browse the repository at this point in the history
  • Loading branch information
jhernandezb committed Jan 6, 2025
1 parent eb74d73 commit 4bd1c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/starsd/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ func newApp(
baseapp.SetIndexEvents(cast.ToStringSlice(appOpts.Get(server.FlagIndexEvents))),
baseapp.SetSnapshot(snapshotStore, snapshottypes.SnapshotOptions{Interval: cast.ToUint64(appOpts.Get(server.FlagStateSyncSnapshotInterval)), KeepRecent: cast.ToUint32(appOpts.Get(server.FlagStateSyncSnapshotKeepRecent))}),
baseapp.SetIAVLCacheSize(iavlCacheSize),
baseapp.SetIAVLDisableFastNode(true),
baseapp.SetIAVLDisableFastNode(false),
baseapp.SetChainID(chainID),
// TODO: enable streaming service
// baseapp.SetStreamingService(app.NewStreamingService()),
Expand Down

0 comments on commit 4bd1c99

Please sign in to comment.