Skip to content

Commit

Permalink
Set default state pruning mode to lowmem
Browse files Browse the repository at this point in the history
Signed-off-by: Yilun <[email protected]>
  • Loading branch information
yilunzhang committed Jun 30, 2020
1 parent 3b031b7 commit fd303a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file modified .travis.yml
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion util/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ var (
WebGuiCreateWallet: false,
PasswordFile: "",
RecentStateCount: 1024,
StatePruningMode: "none",
StatePruningMode: "lowmem",
RPCRateLimit: 1024,
RPCRateBurst: 4096,
SyncBlockHeaderRateLimit: 8192,
Expand Down

0 comments on commit fd303a1

Please sign in to comment.