Author: tv
Date: Sat Aug 4 14:29:25 2012
New Revision: 1369334
URL: http://svn.apache.org/viewvc?rev=1369334&view=rev
Log:
Set thread pool size to default value. Fixes JCS-98
Modified:
commons/proper/jcs/trunk/src/test-conf/cache.ccf
commons/proper/jcs/trunk/src/test-conf/thread_pool.properties
Modified: commons/proper/jcs/trunk/src/test-conf/cache.ccf
URL:
http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/test-conf/cache.ccf?rev=1369334&r1=1369333&r2=1369334&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/test-conf/cache.ccf (original)
+++ commons/proper/jcs/trunk/src/test-conf/cache.ccf Sat Aug 4 14:29:25 2012
@@ -32,7 +32,7 @@ jcs.region.testCache1.cacheattributes.Me
# ################# THREAD POOL CONFIGURATION ###################
# Default thread pool config
thread_pool.default.boundarySize=2000
-thread_pool.default.maximumPoolSize=151
+thread_pool.default.maximumPoolSize=150
thread_pool.default.minimumPoolSize=4
thread_pool.default.keepAliveTime=350000
# RUN ABORT WAIT BLOCK DISCARDOLDEST
Modified: commons/proper/jcs/trunk/src/test-conf/thread_pool.properties
URL:
http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/test-conf/thread_pool.properties?rev=1369334&r1=1369333&r2=1369334&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/test-conf/thread_pool.properties (original)
+++ commons/proper/jcs/trunk/src/test-conf/thread_pool.properties Sat Aug 4
14:29:25 2012
@@ -21,7 +21,7 @@
# ################# THREAD POOL CONFIGURATION ###################
# Default thread pool config
thread_pool.default.boundarySize=2000
-thread_pool.default.maximumPoolSize=151
+thread_pool.default.maximumPoolSize=150
thread_pool.default.minimumPoolSize=6
thread_pool.default.keepAliveTime=350000
# RUN ABORT WAIT BLOCK DISCARDOLDEST