@@ -98,7 +98,7 @@ parser::parser(system::chain::selection context) NOEXCEPT
9898 configured.database .tx_size = 17'000'000'000 ;
9999 configured.database .tx_rate = 5 ;
100100
101- configured.database .txs_buckets = 386'364 ;
101+ configured.database .txs_buckets = 850'001 ;
102102 configured.database .txs_size = 1'050'000'000 ;
103103 configured.database .txs_rate = 5 ;
104104
@@ -124,7 +124,7 @@ parser::parser(system::chain::selection context) NOEXCEPT
124124 configured.database .prevout_size = 5'250'000'000 ;
125125 configured.database .prevout_rate = 5 ;
126126
127- configured.database .validated_bk_buckets = 504'546 ;
127+ configured.database .validated_bk_buckets = 850'001 ;
128128 configured.database .validated_bk_size = 3'700'000 ;
129129 configured.database .validated_bk_rate = 5 ;
130130
@@ -766,7 +766,7 @@ options_metadata parser::load_settings() THROWS
766766 (
767767 " database.txs_buckets" ,
768768 value<uint32_t >(&configured.database .txs_buckets ),
769- " The log2 number of buckets in the txs table head, defaults to '386364 '."
769+ " The log2 number of buckets in the txs table head, defaults to '850001 '."
770770 )
771771 (
772772 " database.txs_size" ,
@@ -858,7 +858,7 @@ options_metadata parser::load_settings() THROWS
858858 (
859859 " database.validated_bk_buckets" ,
860860 value<uint32_t >(&configured.database .validated_bk_buckets ),
861- " The log2 number of buckets in the validated_bk table head, defaults to '504546 '."
861+ " The log2 number of buckets in the validated_bk table head, defaults to '850001 '."
862862 )
863863 (
864864 " database.validated_bk_size" ,
0 commit comments