I'm trying to have a large window size 200.

But noticed it is fixed to max 20:

https://github.com/qos-ch/logback/blob/master/logback-core/src/main/java/ch/qos/logback/core/rolling/FixedWindowRollingPolicy.java

Why is 20 the max?
An is there anyway to force it to use a larger window size?