LARGE_DOCUMENT_THRESHOLD

const val LARGE_DOCUMENT_THRESHOLD: Int = 200

Page count above which Auto switches from the symmetric small-document window to the tighter forward-biased large-document window. ~200 pages is roughly where a wide warm ring stops paying for itself: at 2× density an A4 page is a few MB, so a couple hundred warm pages would already blow past the memory budget and degrade to LRU thrash.