Revision 39:b94b902f8cef

View differences:

resources/jetty.xml
9 9
	<Set name="ThreadPool">
10 10
		<New class="org.mortbay.thread.QueuedThreadPool">
11 11
			<!-- initial threads set to 10 -->
12
			<Set name="minThreads">50</Set>
12
			<Set name="minThreads">25</Set>
13 13

  
14 14
			<!-- the thread pool will grow only up to 200 -->
15
			<Set name="maxThreads">150</Set>
15
			<Set name="maxThreads">50</Set>
16 16

  
17 17
			<!-- indicates that having 20 and below, the pool will be considered low 
18 18
				on threads -->

Also available in: Unified diff