Merged BRANCHES/DEV/THOR1 to HEAD:

32447: THOR-659: Caching Content Store blocked readers


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@32627 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Matt Ward
2011-12-08 09:49:19 +00:00
parent bfbdb8ed8a
commit 59e3881470
4 changed files with 16 additions and 6 deletions

View File

@@ -41,7 +41,7 @@ public class ConcurrentCachingStoreTest
{
private static final Log log = LogFactory.getLog(ConcurrentCachingStoreTest.class);
// NUM_THREADS must be at least 2 x NUM_URLS to ensure each URLs is accessed by more than one thread.
private static final int NUM_THREADS = 2000;
private static final int NUM_THREADS = 200;
private static final int NUM_URLS = 40;
private ApplicationContext ctx;
private CachingContentStore store;