pub(crate) const TIMESTAMP_SENT_TOLERANCE: i64 = 60;
Expand description

How far in the future the sender timestamp of a message is allowed to be, in seconds. Also used in the group membership consistency algo to reject outdated membership changes.