Skip to content

Commit 9b51aca

Browse files
authored
Merge pull request #568 from AmbireTech/targeting-input-and-other-improvements
Added comment for priority list
2 parents 305af67 + 9fd0979 commit 9b51aca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adview-manager/src/manager.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ pub struct Options {
8282
#[serde(default)]
8383
pub disabled_sticky: bool,
8484
/// List of validators to query /units-for-slot from
85+
///
86+
/// The list is prioritized, i.e. the validator listed on first position will have priority over the second, the second over the third and so on.
8587
pub validators: Vec<ApiUrl>,
8688
}
8789

0 commit comments

Comments
 (0)