It works, changing the
config.hard_rollback_limit
really and effectively change the rollback length.
And I'm not saying "it's what the doc say", but "it's what happened when I tried right after you wrote your message".
Assumed that you don't go further than the 128 that is the full maximal length (see below).
It should be both:
config.rollback_length
config.hard_rollback_limit
Yes and no.
config.rollback_length
is more specific, and generally larger than
config.hard_rollback_limit
. It's use to limit the size of the rollback stack, more than the number of step you can rollback too ; but well, also a yes since its value need to be at least equal to
config.hard_rollback_limit
.
[...] I wouldn't set it higher than 50, which shouldn't be too different from the default of 40 if I recall correctly.
It's been a long time (at least the version 7.0.0) that the default value have been passed to 100 (and 128 for rollback_length).