pub(crate) const STYLO_MAX_THREADS: usize = 6;
The performance benefit of additional threads seems to level off at around six, so we cap it there on many-core machines (see bug 1431285 comment 14).