We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4348b7 commit a36eed0Copy full SHA for a36eed0
src/config.rs
@@ -138,7 +138,10 @@ pub struct BuilderConfig {
138
)]
139
pub oauth_token_url: String,
140
/// The oauth token refresh interval in seconds.
141
- #[from_env(var = "AUTH_TOKEN_REFRESH_INTERVAL", desc = "The oauth token refresh interval in seconds")]
+ #[from_env(
142
+ var = "AUTH_TOKEN_REFRESH_INTERVAL",
143
+ desc = "The oauth token refresh interval in seconds"
144
+ )]
145
pub oauth_token_refresh_interval: u64,
146
/// The max number of simultaneous block simulations to run.
147
#[from_env(
0 commit comments