@matigo This time the issue was one of those 2 really difficult things in programming:
- Cache invalidation
- Naming things
- Off-by-one errors
They managed to use different name for the same thing in 2 different places, making it impossible to do just a simple change.