Skip to main content

DEFAULT_PER_PEER_SEND_TIMEOUT

Constant DEFAULT_PER_PEER_SEND_TIMEOUT 

Source
const DEFAULT_PER_PEER_SEND_TIMEOUT: Duration;
Expand description

Timeout for sending a single message into the per-peer mpsc buffer. If the buffer stays full for longer than this, the message is dropped.