Skip to content

Commit

Permalink
feat(db): revert close transactionHistory for default
Browse files Browse the repository at this point in the history
  • Loading branch information
halibobo1205 committed Jul 26, 2024
1 parent 29b6499 commit f1d6cd1
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 = "off";
public String storageTransactionHistorySwitch = "";
@Getter
@Parameter(names = {"--fast-forward"})
public boolean fastForward = false;
Expand Down

0 comments on commit f1d6cd1

Please sign in to comment.