Skip to content

Commit

Permalink
Update to 16 - the default ConcurrentHashMap size
Browse files Browse the repository at this point in the history
  • Loading branch information
j-baker authored Feb 2, 2018
1 parent 5a91bbe commit e84866f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public final class Caffeine<K, V> {
enum Strength { WEAK, SOFT }
static final int UNSET_INT = -1;

static final int DEFAULT_INITIAL_CAPACITY = 64;
static final int DEFAULT_INITIAL_CAPACITY = 16;
static final int DEFAULT_EXPIRATION_NANOS = 0;
static final int DEFAULT_REFRESH_NANOS = 0;

Expand Down

0 comments on commit e84866f

Please sign in to comment.