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 c47988b commit 7c64fdfCopy full SHA for 7c64fdf
src/config.rs
@@ -138,7 +138,7 @@ pub struct BuilderConfig {
138
)]
139
pub oauth_token_url: String,
140
/// The oauth token refresh interval in seconds.
141
- #[from_env(var = "CONCURRENCY_LIMIT", desc = "The oauth token refresh interval in seconds")]
+ #[from_env(var = "AUTH_TOKEN_REFRESH_INTERVAL", desc = "The oauth token refresh interval in seconds")]
142
pub oauth_token_refresh_interval: u64,
143
/// The max number of simultaneous block simulations to run.
144
#[from_env(
0 commit comments