1 parent 11b03c3 commit 395bd37Copy full SHA for 395bd37
1 file changed
container-runner/src/main.rs
@@ -244,7 +244,7 @@ struct Args {
244
base_path: String,
245
246
/// SIGTERM→SIGKILL grace period (seconds) when stopping the child.
247
- #[arg(long, env = "RIVET_STOP_GRACE_SECS", default_value_t = 25)]
+ #[arg(long, env = "RIVET_STOP_GRACE_SECS", default_value_t = 10)]
248
stop_grace_secs: u64,
249
250
/// How long (seconds) to wait for the child's port to open before failing start.
0 commit comments