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 3383ac9 commit ecedc21Copy full SHA for ecedc21
adview-manager/src/manager.rs
@@ -82,6 +82,8 @@ pub struct Options {
82
#[serde(default)]
83
pub disabled_sticky: bool,
84
/// List of validators to query /units-for-slot from
85
+ ///
86
+ /// The is a priority list, the first listed validator has priority over the rest
87
pub validators: Vec<ApiUrl>,
88
}
89
0 commit comments