Skip to content

v0.2.47..v0.2.48 changeset hoot services.conf.in

Garret Voltz edited this page Sep 27, 2019 · 1 revision
diff --git a/hoot-services/src/main/resources/conf/hoot-services.conf.in b/hoot-services/src/main/resources/conf/hoot-services.conf.in
index 23ec8ff..f7c0a5a 100644
--- a/hoot-services/src/main/resources/conf/hoot-services.conf.in
+++ b/hoot-services/src/main/resources/conf/hoot-services.conf.in
@@ -76,7 +76,7 @@ defaultFOUOTranslationsConfig=$(homeFolder)/translations-local/DefaultTranslatio
 documentName=Hootenanny - User Interface Guide.pdf
 
 # The size of thread pool used during job processing
-internalJobThreadSize=10
+internalJobThreadSize=90
 
 # Translation Node Server port
 translationServerPort=8094
@@ -99,8 +99,14 @@ exportSizeThreshold=400000000
 # HTTP remote request timeout (10 min)
 httpTimeout=600000
 
+# Max feature count for grail operations
+grailMaxFeatureCount=300000
+
 # Grail pull overpass query file
-grailOverpassQueryPath=conf/services/grailOverpassQuery.conf
+grailOverpassQueryPath=conf/services/grailOverpassQuery.oql
+
+# Grail pull overpass stats query file
+grailOverpassStatsQueryPath=conf/services/grailOverpassStatsQuery.oql
 
 # Config options asciidoc location
 configAsciidocPath=conf/core/ConfigOptions.asciidoc
Clone this wiki locally