We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5517430 commit c62b218Copy full SHA for c62b218
src/cli.rs
@@ -170,7 +170,8 @@ pub struct RootOpts {
170
pub graceful_shutdown_duration: NonZeroU64,
171
172
/// Never time out while waiting for graceful shutdown after SIGINT or SIGTERM received. This is useful
173
- /// when you would like for Vector to attempt to send data until terminated by a SIGKILL.
+ /// when you would like for Vector to attempt to send data until terminated by a SIGKILL. Overrides/cannot
174
+ /// be set with --graceful-shutdown-duration.
175
#[arg(
176
long,
177
default_value = "false",
0 commit comments