This repository has been archived by the owner on Aug 24, 2021. It is now read-only.
Replace (in code) number of iteration by min/max number of iterations #183
Labels
breaking
There is no obvious way to introduce this change without breaking the API
The actual number of iterations should always come from the global definition (in system properties or environment variables).
When we configure the iterations in code, it should be more a minimum or maximum.
So that the actual number of iteration is :
defaultIterations.coerceIn(min, max)
.Open questions
The text was updated successfully, but these errors were encountered: