Skip to content

Commit

Permalink
closes #77
Browse files Browse the repository at this point in the history
  • Loading branch information
CubBossa committed May 30, 2024
1 parent 4b4e478 commit a67f598
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ public class GroupCacheImpl implements StorageCache<NodeGroup>, GroupCache {

public GroupCacheImpl() {
this.cache = Caffeine.newBuilder()
.maximumSize(100)
.build();
this.nodeGroupCache = Caffeine.newBuilder()
.build();
Expand Down

0 comments on commit a67f598

Please sign in to comment.