File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ key_store.mapping_key = "RelevantOracleMappingAddress"
87
87
# Wait at least this long before publishing an unchanged price
88
88
# state; unchanged price state means only timestamp has changed
89
89
# with other state identical to last published state.
90
- # exporter.unchanged_publish_threshold = "5s "
90
+ # exporter.unchanged_publish_threshold = "3s "
91
91
92
92
# Maximum size of a batch
93
93
# exporter.max_batch_size = 12
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ impl Default for Config {
81
81
refresh_network_state_interval_duration : Duration :: from_millis ( 200 ) ,
82
82
publish_interval_duration : Duration :: from_secs ( 1 ) ,
83
83
staleness_threshold : Duration :: from_secs ( 5 ) ,
84
- unchanged_publish_threshold : Duration :: from_secs ( 5 ) ,
84
+ unchanged_publish_threshold : Duration :: from_secs ( 3 ) ,
85
85
max_batch_size : 12 ,
86
86
inflight_transactions_channel_capacity : 10000 ,
87
87
transaction_monitor : Default :: default ( ) ,
You can’t perform that action at this time.
0 commit comments