@@ -82,18 +82,18 @@ parser::parser(system::chain::selection context) NOEXCEPT
8282 configured.database .output_size = 25'300'000'000 ;
8383 configured.database .output_rate = 5 ;
8484
85- configured.database .point_size = 8'389'074'978 ;
85+ configured.database .point_size = 32'000'000'000 ;
8686 configured.database .point_rate = 5 ;
8787
88- configured.database .puts_size = 6'300 '000'000 ;
88+ configured.database .puts_size = 3'700 '000'000 ;
8989 configured.database .puts_rate = 5 ;
9090
91- configured.database .spend_buckets = 1'751'471'741 ;
92- configured.database .spend_size = 16 '000'000'000 ;
91+ configured.database .spend_buckets = 1'750'905'073 ;
92+ configured.database .spend_size = 10 '000'000'000 ;
9393 configured.database .spend_rate = 5 ;
9494
9595 configured.database .tx_buckets = 688'193'037 ;
96- configured.database .tx_size = 16'150 '000'000 ;
96+ configured.database .tx_size = 17'050 '000'000 ;
9797 configured.database .tx_rate = 5 ;
9898
9999 configured.database .txs_buckets = 566'667 ;
@@ -696,7 +696,7 @@ options_metadata parser::load_settings() THROWS
696696 (
697697 " database.point_size" ,
698698 value<uint64_t >(&configured.database .point_size ),
699- " The minimum allocation of the point table body, defaults to '8389074978 '."
699+ " The minimum allocation of the point table body, defaults to '32000000000 '."
700700 )
701701 (
702702 " database.point_rate" ,
@@ -708,7 +708,7 @@ options_metadata parser::load_settings() THROWS
708708 (
709709 " database.puts_size" ,
710710 value<uint64_t >(&configured.database .puts_size ),
711- " The minimum allocation of the puts table body, defaults to '6300000000 '."
711+ " The minimum allocation of the puts table body, defaults to '3700000000 '."
712712 )
713713 (
714714 " database.puts_rate" ,
@@ -720,12 +720,12 @@ 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" ,
727727 value<uint64_t >(&configured.database .spend_size ),
728- " The minimum allocation of the spend table body, defaults to '16000000000 '."
728+ " The minimum allocation of the spend table body, defaults to '10000000000 '."
729729 )
730730 (
731731 " database.spend_rate" ,
@@ -742,7 +742,7 @@ options_metadata parser::load_settings() THROWS
742742 (
743743 " database.tx_size" ,
744744 value<uint64_t >(&configured.database .tx_size ),
745- " The minimum allocation of the tx table body, defaults to '16150000000 '."
745+ " The minimum allocation of the tx table body, defaults to '17050000000 '."
746746 )
747747 (
748748 " database.tx_rate" ,
0 commit comments