Skip to content

Commit

Permalink
Merge pull request #399 from LiUSemWeb/396-bug-intermittent-illegalst…
Browse files Browse the repository at this point in the history
…ate-for-chroniclemap-raised-when-running-tests

add maximum bloat factor
  • Loading branch information
hartig authored Mar 5, 2025
2 parents 90a071c + 1e7df0e commit 27162b9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ private static Map<CardinalityCacheKey, CardinalityCacheEntry> initializeMap(fin
.entries( capacity )
.averageKeySize( 512 )
.averageValueSize( 64 )
.maxBloatFactor( 5.0 )
.createPersistedTo( new File( filename ) );
}

Expand Down

0 comments on commit 27162b9

Please sign in to comment.