Skip to content

Commit

Permalink
make max cache entries private
Browse files Browse the repository at this point in the history
Signed-off-by: br3no <[email protected]>
  • Loading branch information
br3no committed Nov 8, 2024
1 parent 61347b0 commit 65a4b39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
@Log4j2
public class MLCommonsClientAccessor {

public static final int MAXIMUM_CACHE_ENTRIES = 10_000;
private static final int MAXIMUM_CACHE_ENTRIES = 10_000;

/**
* Inference parameters for calls to the MLCommons client.
Expand Down

0 comments on commit 65a4b39

Please sign in to comment.