From 989ae261ca1546e73fc0e3ba90013856081d4c56 Mon Sep 17 00:00:00 2001 From: Jim Blake Date: Wed, 21 Jan 2015 12:41:20 -0500 Subject: [PATCH] VIVO-870 Add thread pool size to the search indexer setup. --- webapp/config/applicationSetup.n3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp/config/applicationSetup.n3 b/webapp/config/applicationSetup.n3 index 23c26f7fe..eeb6f62a9 100644 --- a/webapp/config/applicationSetup.n3 +++ b/webapp/config/applicationSetup.n3 @@ -30,7 +30,8 @@ :basicSearchIndexer a , - . + ; + :threadPoolSize "10" . :sdbContentTripleSource a ,