Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov committed Sep 6, 2023
1 parent 57f1688 commit f30a800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion txpool/txpooluitl/all_components.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func AllComponents(ctx context.Context, cfg txpoolcfg.Config, cache kvcache.Cach
if cfg.MdbxDBSizeLimit > 0 {
opts = opts.MapSize(cfg.MdbxDBSizeLimit)
} else {
opts = opts.MapSize(1 * datasize.GB)
opts = opts.MapSize(1 * datasize.TB)

}
if cfg.MdbxGrowthStep > 0 {
Expand Down

0 comments on commit f30a800

Please sign in to comment.