VIVO-870 Make the number of threads configurable.

Also, clean up the shutdown process and some comments.
This commit is contained in:
j2blake 2015-01-18 18:45:24 -05:00
parent e724ecd50c
commit 9a16aeeff3

View file

@ -30,7 +30,8 @@
:basicSearchIndexer
a <java:edu.cornell.mannlib.vitro.webapp.searchindex.SearchIndexerImpl> ,
<java:edu.cornell.mannlib.vitro.webapp.modules.searchIndexer.SearchIndexer> .
<java:edu.cornell.mannlib.vitro.webapp.modules.searchIndexer.SearchIndexer> ;
:threadPoolSize "10" .
:sdbContentTripleSource
a <java:edu.cornell.mannlib.vitro.webapp.triplesource.impl.sdb.ContentTripleSourceSDB> ,