VIVO-870 Make the number of threads configurable.
Also, clean up the shutdown process and some comments.
This commit is contained in:
parent
e724ecd50c
commit
9a16aeeff3
1 changed files with 2 additions and 1 deletions
|
@ -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> ,
|
||||
|
|
Loading…
Add table
Reference in a new issue