You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/perms/config.rs
-35Lines changed: 0 additions & 35 deletions
Original file line number
Diff line number
Diff line change
@@ -59,38 +59,3 @@ impl SlotAuthzConfig {
59
59
self.block_query_startasu64
60
60
}
61
61
}
62
-
63
-
// impl FromEnv for SlotAuthzConfig {
64
-
// type Error = SlotAuthzConfigError;
65
-
66
-
// fn inventory() -> Vec<&'static EnvItemInfo> {
67
-
// let mut v = vec![
68
-
// &EnvItemInfo {
69
-
// var: BLOCK_QUERY_CUTOFF,
70
-
// description: "The block query cutoff time in seconds. This is the slot second after which requests will not be serviced. E.g. a value of 1 means that requests will not be serviced for the last second of any given slot.",
71
-
// optional: false,
72
-
// }, &EnvItemInfo {
73
-
// var: BLOCK_QUERY_START,
74
-
// description: "The block query start time in seconds. This is the slot second before which requests will not be serviced. E.g. a value of 1 means that requests will not be serviced for the first second of any given slot.",
0 commit comments