Change default value of SearchIndex extractorPoolSize
-----------------------------------------------------
Key: JCR-1826
URL: https://issues.apache.org/jira/browse/JCR-1826
Project: Jackrabbit
Issue Type: Improvement
Components: jackrabbit-core
Reporter: Marcel Reutegger
Priority: Minor
The current default value for the extractorPoolSize is 0, which means it is
disabled by default. I think we should change that default because it is a
useful feature and people should not have to dig through documentation to make
use of it.
The new default should be computed based on the available processors. I suggest
we use: 2 * Runtime.availableProcessors()
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.