Skip to content

Commit 7c64fdf

Browse files
committed
fix: env var
1 parent c47988b commit 7c64fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ pub struct BuilderConfig {
138138
)]
139139
pub oauth_token_url: String,
140140
/// The oauth token refresh interval in seconds.
141-
#[from_env(var = "CONCURRENCY_LIMIT", desc = "The oauth token refresh interval in seconds")]
141+
#[from_env(var = "AUTH_TOKEN_REFRESH_INTERVAL", desc = "The oauth token refresh interval in seconds")]
142142
pub oauth_token_refresh_interval: u64,
143143
/// The max number of simultaneous block simulations to run.
144144
#[from_env(

0 commit comments

Comments
 (0)