const SUGGESTED_EFFORT_DEADZONE: f64 = 0.15;Expand description
When the suggested effort has changed by less than this much, we don’t republish it.
Specified as “15 percent” in https://spec.torproject.org/hspow-spec/common-protocol.html
However, we may want to make this configurable in the future.