Skip to content

Commit

Permalink
HHH-8945 increased default map size
Browse files Browse the repository at this point in the history
  • Loading branch information
brmeyer committed Feb 18, 2014
1 parent 7dc8d9c commit 31a4b22
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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;
Expand Down

0 comments on commit 31a4b22

Please sign in to comment.