Skip to content

Commit a0ede3f

Browse files
committed
Increase spend table start size.
1 parent fa0cbba commit a0ede3f

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
@@ -86,7 +86,7 @@ parser::parser(system::chain::selection context) NOEXCEPT
8686
configured.database.puts_rate = 5;
8787

8888
configured.database.spend_buckets = 1'751'471'741;
89-
configured.database.spend_size = 16'000'000'000;
89+
configured.database.spend_size = 34'000'000'000;
9090
configured.database.spend_rate = 5;
9191

9292
configured.database.tx_buckets = 688'193'037;
@@ -710,7 +710,7 @@ options_metadata parser::load_settings() THROWS
710710
(
711711
"database.spend_size",
712712
value<uint64_t>(&configured.database.spend_size),
713-
"The minimum allocation of the spend table body, defaults to '16000000000'."
713+
"The minimum allocation of the spend table body, defaults to '34000000000'."
714714
)
715715
(
716716
"database.spend_rate",

0 commit comments

Comments
 (0)