Skip to content

Commit

Permalink
feat(db): close transactionHistory for default
Browse files Browse the repository at this point in the history
  • Loading branch information
halibobo1205 committed Jul 16, 2024
1 parent ec42466 commit 5f113c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public class CommonParameter {
public String storageIndexSwitch = "";
@Parameter(names = {"--storage-transactionHistory-switch"},
description = "Storage transaction history switch.(on or off)")
public String storageTransactionHistorySwitch = "";
public String storageTransactionHistorySwitch = "off";
@Getter
@Parameter(names = {"--fast-forward"})
public boolean fastForward = false;
Expand Down

0 comments on commit 5f113c4

Please sign in to comment.