pub const DEFAULT_GRACE_PERIOD: Duration;
Available on crate feature
client
only.Expand description
The default grace period for stalled stream protection.
When a stream stalls for longer than this grace period, the stream will return an error.