org.codelibs.fess.crawler.exception.MaxLengthExceededException

(from github.com/jdeathe)
Where can the MaxLength configuration value be set? I want to allow for larger PDF documents in this instance.

(from github.com/marevol)
The configuration is in app/WEB-INF/classes/crawler/contentlength.xml:

<property name="defaultMaxLength">10485760</property><!-- 10M -->

(from github.com/jdeathe)
Thanks @marevol :slight_smile: