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 @@ -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" ,
You can’t perform that action at this time.
0 commit comments