Extended default collection size for common per-bean caches
Issue: SPR-13621
This commit is contained in:
@@ -190,7 +190,7 @@ public class PersistenceAnnotationBeanPostProcessor
|
||||
private transient ListableBeanFactory beanFactory;
|
||||
|
||||
private transient final Map<String, InjectionMetadata> injectionMetadataCache =
|
||||
new ConcurrentHashMap<String, InjectionMetadata>(64);
|
||||
new ConcurrentHashMap<String, InjectionMetadata>(256);
|
||||
|
||||
private final Map<Object, EntityManager> extendedEntityManagersToClose =
|
||||
new ConcurrentHashMap<Object, EntityManager>(16);
|
||||
|
||||
Reference in New Issue
Block a user