mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Extended default collection size for common per-bean caches
Issue: SPR-13621
This commit is contained in:
+1
-1
@@ -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