From: <tho...@us...> - 2014-06-11 15:04:32
|
Revision: 8469 http://sourceforge.net/p/bigdata/code/8469 Author: thompsonbry Date: 2014-06-11 15:04:28 +0000 (Wed, 11 Jun 2014) Log Message: ----------- javadoc on configuration of the query service. Modified Paths: -------------- branches/BIGDATA_RELEASE_1_3_0/bigdata-sails/src/java/com/bigdata/rdf/sail/webapp/BigdataRDFContext.java Modified: branches/BIGDATA_RELEASE_1_3_0/bigdata-sails/src/java/com/bigdata/rdf/sail/webapp/BigdataRDFContext.java =================================================================== --- branches/BIGDATA_RELEASE_1_3_0/bigdata-sails/src/java/com/bigdata/rdf/sail/webapp/BigdataRDFContext.java 2014-06-11 14:48:00 UTC (rev 8468) +++ branches/BIGDATA_RELEASE_1_3_0/bigdata-sails/src/java/com/bigdata/rdf/sail/webapp/BigdataRDFContext.java 2014-06-11 15:04:28 UTC (rev 8469) @@ -223,7 +223,10 @@ /** * A thread pool for running accepted queries against the - * {@link QueryEngine}. + * {@link QueryEngine}. The number of queries that will be processed + * concurrently is determined by this thread pool. + * + * @see SparqlEndpointConfig#queryThreadPoolSize */ /*package*/final ExecutorService queryService; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |