File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -101,8 +101,6 @@ pub struct Config {
101
101
pub staleness_threshold : Duration ,
102
102
/// Maximum size of a batch
103
103
pub max_batch_size : usize ,
104
- /// Configuration for the Key Store
105
- pub key_store : key_store:: Config ,
106
104
/// Capacity of the channel between the Exporter and the Transaction Monitor
107
105
pub inflight_transactions_channel_capacity : usize ,
108
106
/// Configuration for the Transaction Monitor
@@ -121,7 +119,6 @@ impl Default for Config {
121
119
publish_interval_duration : Duration :: from_secs ( 1 ) ,
122
120
staleness_threshold : Duration :: from_secs ( 5 ) ,
123
121
max_batch_size : 12 ,
124
- key_store : Default :: default ( ) ,
125
122
inflight_transactions_channel_capacity : 10000 ,
126
123
transaction_monitor : Default :: default ( ) ,
127
124
// The largest transactions appear to be about ~12000 CUs. We leave ourselves some breathing room.
You can’t perform that action at this time.
0 commit comments