Skip to content

Commit

Permalink
fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicBurkart committed Jun 1, 2023
1 parent b42f79c commit 775cf31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pub struct ConfigBuilder {

/// The duration in seconds to wait for graceful shutdown after SIGINT or SIGTERM are received.
/// After the duration has passed, Vector will force shutdown. Default value is 60 seconds. This
/// value can be set using a [cli arg](crate::cli::RootOpts::graceful_shutdown_duration).
/// value can be set using a [cli arg](crate::cli::RootOpts::graceful_shutdown_limit_secs).
#[serde(default, skip)]
#[doc(hidden)]
pub graceful_shutdown_duration: Option<Duration>,
Expand Down

0 comments on commit 775cf31

Please sign in to comment.