We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fb3775 commit d110d88Copy full SHA for d110d88
src/agent/services/exporter.rs
@@ -46,6 +46,7 @@ pub struct Config {
46
/// Wait at least this long before publishing an unchanged price
47
/// state; unchanged price state means only timestamp has changed
48
/// with other state identical to last published state.
49
+ #[serde(with = "humantime_serde")]
50
pub unchanged_publish_threshold: Duration,
51
/// Maximum size of a batch
52
pub max_batch_size: usize,
0 commit comments