pub const DEFAULT_SESSION_IDLE_TTL: Duration;Expand description
Default idle TTL: a session VM untouched this long is reaped on the
next SessionTable::acquire, independent of cap pressure, so a
long-running server does not pin dead sessions’ memory indefinitely.