mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 16:15:06 +00:00
HHH-8945 increased default map size
This commit is contained in:
parent
7dc8d9cc48
commit
31a4b22e44
@ -98,7 +98,7 @@ public class StatefulPersistenceContext implements PersistenceContext {
|
||||
|
||||
private static final boolean TRACE_ENABLED = LOG.isTraceEnabled();
|
||||
|
||||
private static final int DEFAULT_INITIAL_CAPACITY = 8;
|
||||
private static final int DEFAULT_INITIAL_CAPACITY = 16;
|
||||
private final int initialCapacity;
|
||||
|
||||
private SessionImplementor session;
|
||||
|
Loading…
x
Reference in New Issue
Block a user