Skip to content

Commit 29f2488

Browse files
committed
Increase spend table start size.
1 parent e3b8514 commit 29f2488

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/parser.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ parser::parser(system::chain::selection context) NOEXCEPT
9191
configured.database.puts_rate = 5;
9292

9393
configured.database.spend_buckets = 1'751'471'741;
94-
configured.database.spend_size = 16'000'000'000;
94+
configured.database.spend_size = 34'000'000'000;
9595
configured.database.spend_rate = 5;
9696

9797
configured.database.tx_buckets = 688'193'037;
@@ -732,7 +732,7 @@ options_metadata parser::load_settings() THROWS
732732
(
733733
"database.spend_size",
734734
value<uint64_t>(&configured.database.spend_size),
735-
"The minimum allocation of the spend table body, defaults to '16000000000'."
735+
"The minimum allocation of the spend table body, defaults to '34000000000'."
736736
)
737737
(
738738
"database.spend_rate",

0 commit comments

Comments
 (0)