I added this to my repository.xml and restarted jetty. It looks like I also need re-create my repository, is that correct?

On Jun 3, 2008, at 3:02 PM, Alexander Klimetschek wrote:

Try with a DataStore configured and see if the performance changes.
"minRecordLength" is the limit in bytes from which on larger binary
properties will be stored in the DataStore. You need at least
Jackrabbit 1.4 for it.

   <DataStore class="org.apache.jackrabbit.core.data.FileDataStore">
       <param name="path" value="${rep.home}/repository/datastore"/>
       <param name="minRecordLength" value="100"/>
   </DataStore>

Alex

--
Alexander Klimetschek
[EMAIL PROTECTED]

Wade Girard
[EMAIL PROTECTED]





Reply via email to