Skip to main content

GRACE_PERIOD

Constant GRACE_PERIOD 

Source
const GRACE_PERIOD: Duration;
Expand description

How long to wait after SIGTERM before escalating to SIGKILL.

Long enough for iroh-quinn to flush its close frames (avoids the untracked_bytes <= segment_size debug assertion in iroh-quinn-proto 0.13), short enough that test teardown stays snappy.