|
From: <tho...@us...> - 2014-05-14 19:22:29
|
Revision: 8322
http://sourceforge.net/p/bigdata/code/8322
Author: thompsonbry
Date: 2014-05-14 19:22:27 +0000 (Wed, 14 May 2014)
Log Message:
-----------
removed empty comment blocks.
Modified Paths:
--------------
branches/BIGDATA_RELEASE_1_3_0/bigdata-war/src/jetty.xml
Modified: branches/BIGDATA_RELEASE_1_3_0/bigdata-war/src/jetty.xml
===================================================================
--- branches/BIGDATA_RELEASE_1_3_0/bigdata-war/src/jetty.xml 2014-05-14 18:52:23 UTC (rev 8321)
+++ branches/BIGDATA_RELEASE_1_3_0/bigdata-war/src/jetty.xml 2014-05-14 19:22:27 UTC (rev 8322)
@@ -21,9 +21,7 @@
<!-- Consult the javadoc of o.e.j.util.thread.QueuedThreadPool -->
<!-- for all configuration that may be set here. -->
<!-- =========================================================== -->
- <!-- uncomment to change type of threadpool -->
<Arg name="threadpool"><New id="threadpool" class="org.eclipse.jetty.util.thread.QueuedThreadPool"/></Arg>
- <!-- -->
<Get name="ThreadPool">
<Set name="minThreads" type="int"><SystemProperty name="jetty.threads.min" default="10"/></Set>
<Set name="maxThreads" type="int"><SystemProperty name="jetty.threads.max" default="64"/></Set>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|