This commit is contained in:
Shinsuke Sugaya 2016-05-19 21:18:46 +09:00
parent 1e9d59af9a
commit ce7928856d

View file

@ -47,7 +47,7 @@ public class IndexUpdateCallbackImpl implements IndexUpdateCallback {
@PostConstruct
public void init() {
maxDocumentRequestSize = ComponentUtil.getFessConfig().getIndexerWebfsMaxDocumentRequestSizeAsInteger().longValue();
maxDocumentRequestSize = ComponentUtil.getFessConfig().getIndexerDataMaxDocumentRequestSizeAsInteger().longValue();
}
/* (non-Javadoc)