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 @@ -88,7 +88,7 @@ parser::parser(system::chain::selection context) NOEXCEPT
8888 configured.database .puts_size = 6'300'000'000 ;
8989 configured.database .puts_rate = 5 ;
9090
91- configured.database .spend_buckets = 1'751'471'741 ;
91+ configured.database .spend_buckets = 1'750'905'073 ;
9292 configured.database .spend_size = 10'000'000'000 ;
9393 configured.database .spend_rate = 5 ;
9494
@@ -720,7 +720,7 @@ options_metadata parser::load_settings() THROWS
720720 (
721721 " database.spend_buckets" ,
722722 value<uint32_t >(&configured.database .spend_buckets ),
723- " The number of buckets in the spend table head, defaults to '1751471741 '."
723+ " The number of buckets in the spend table head, defaults to '1750905073 '."
724724 )
725725 (
726726 " database.spend_size" ,
You can’t perform that action at this time.
0 commit comments