mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user