Skip to content

Commit

Permalink
W-16093303: Adjust cache size
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzxu-crm committed Jul 2, 2024
1 parent baba66d commit 4372815
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

public class StagingFileSetProvider
{
private final int cacheSize = 300;
private final int cacheSize = 1000;

private final LoadingCache<String, StagingFileSet> cache = CacheBuilder.newBuilder()
.maximumSize( cacheSize )
Expand Down

0 comments on commit 4372815

Please sign in to comment.