From f30a8008898f82b6147908fffceec528d04fad57 Mon Sep 17 00:00:00 2001 From: "alex.sharov" Date: Wed, 6 Sep 2023 14:13:07 +0700 Subject: [PATCH] save --- txpool/txpooluitl/all_components.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txpool/txpooluitl/all_components.go b/txpool/txpooluitl/all_components.go index 228faf9ee..fb3d0d666 100644 --- a/txpool/txpooluitl/all_components.go +++ b/txpool/txpooluitl/all_components.go @@ -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 {