const CLIENT_POW_RETRY_MULTIPLIER: f32 = 1.5;
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.