File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments