Skip to main content

CLIENT_POW_RETRY_MULTIPLIER

Constant CLIENT_POW_RETRY_MULTIPLIER 

Source
const CLIENT_POW_RETRY_MULTIPLIER: f32 = 1.5;
Expand description

Effort multiplier to use above the doubling threshold.

This could be made configurable, but currently it’s hardcoded in c-tor and documented in the spec as a recommended value.