fix #92
This commit is contained in:
parent
6e7a818389
commit
04d105e64a
2 changed files with 2 additions and 2 deletions
|
@ -94,7 +94,7 @@ public class IndexUpdater extends Thread {
|
|||
@Resource
|
||||
protected ScreenShotManager screenShotManager;
|
||||
|
||||
public int maxDocumentCacheSize = 10;
|
||||
public int maxDocumentCacheSize = 5;
|
||||
|
||||
protected boolean finishCrawling = false;
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
<component name="indexUpdater" class="jp.sf.fess.solr.IndexUpdater"
|
||||
instance="prototype">
|
||||
<!--
|
||||
<property name="maxDocumentCacheSize">10</property>
|
||||
<property name="maxDocumentCacheSize">5</property>
|
||||
<property name="unprocessedDocumentSize">100</property>
|
||||
<property name="threadDump">false</property>
|
||||
<initMethod name="addBoostDocumentRule">
|
||||
|
|
Loading…
Add table
Reference in a new issue