Skip to content

Commit 395bd37

Browse files
committed
chore(container-runner): default stop grace to 10s
1 parent 11b03c3 commit 395bd37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

container-runner/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ struct Args {
244244
base_path: String,
245245

246246
/// SIGTERM→SIGKILL grace period (seconds) when stopping the child.
247-
#[arg(long, env = "RIVET_STOP_GRACE_SECS", default_value_t = 25)]
247+
#[arg(long, env = "RIVET_STOP_GRACE_SECS", default_value_t = 10)]
248248
stop_grace_secs: u64,
249249

250250
/// How long (seconds) to wait for the child's port to open before failing start.

0 commit comments

Comments
 (0)