@@ -76,24 +76,24 @@ parser::parser(system::chain::selection context) NOEXCEPT
76
76
configured.database .header_size = 21'000'000 ;
77
77
configured.database .header_rate = 5 ;
78
78
79
- configured.database .input_size = 93'050 '000'000 ;
79
+ configured.database .input_size = 92'500 '000'000 ;
80
80
configured.database .input_rate = 5 ;
81
81
82
82
configured.database .output_size = 25'300'000'000 ;
83
83
configured.database .output_rate = 5 ;
84
84
85
85
configured.database .point_bits = 31 ;
86
- configured.database .point_size = 21'100 '000'000 ;
86
+ configured.database .point_size = 25'700 '000'000 ;
87
87
configured.database .point_rate = 5 ;
88
88
89
- configured.database .ins_size = 10'500 '000'000 ;
89
+ configured.database .ins_size = 8'550 '000'000 ;
90
90
configured.database .ins_rate = 5 ;
91
91
92
92
configured.database .puts_size = 3'700'000'000 ;
93
93
configured.database .puts_rate = 5 ;
94
94
95
95
configured.database .tx_bits = 30 ;
96
- configured.database .tx_size = 17'050 '000'000 ;
96
+ configured.database .tx_size = 17'000 '000'000 ;
97
97
configured.database .tx_rate = 5 ;
98
98
99
99
configured.database .txs_bits = 20 ;
@@ -672,7 +672,7 @@ options_metadata parser::load_settings() THROWS
672
672
(
673
673
" database.input_size" ,
674
674
value<uint64_t >(&configured.database .input_size ),
675
- " The minimum allocation of the input table body, defaults to '93050000000 '."
675
+ " The minimum allocation of the input table body, defaults to '92500000000 '."
676
676
)
677
677
(
678
678
" database.input_rate" ,
@@ -701,7 +701,7 @@ options_metadata parser::load_settings() THROWS
701
701
(
702
702
" database.point_size" ,
703
703
value<uint64_t >(&configured.database .point_size ),
704
- " The minimum allocation of the point table body, defaults to '21100000000 '."
704
+ " The minimum allocation of the point table body, defaults to '25700000000 '."
705
705
)
706
706
(
707
707
" database.point_rate" ,
@@ -713,7 +713,7 @@ options_metadata parser::load_settings() THROWS
713
713
(
714
714
" database.ins_size" ,
715
715
value<uint64_t >(&configured.database .ins_size ),
716
- " The minimum allocation of the point table body, defaults to '10500000000 '."
716
+ " The minimum allocation of the point table body, defaults to '8550000000 '."
717
717
)
718
718
(
719
719
" database.ins_rate" ,
@@ -742,7 +742,7 @@ options_metadata parser::load_settings() THROWS
742
742
(
743
743
" database.tx_size" ,
744
744
value<uint64_t >(&configured.database .tx_size ),
745
- " The minimum allocation of the tx table body, defaults to '17050000000 '."
745
+ " The minimum allocation of the tx table body, defaults to '17000000000 '."
746
746
)
747
747
(
748
748
" database.tx_rate" ,
0 commit comments