We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c0003 commit 1ed6931Copy full SHA for 1ed6931
1 file changed
dd-java-agent/agent-iast/src/main/java/com/datadog/iast/overhead/OverheadContext.java
@@ -16,10 +16,7 @@
16
17
public class OverheadContext {
18
19
- /**
20
- * Maximum number of distinct endpoints to remember in the global cache (LRU eviction beyond this
21
- * size).
22
- */
+ /** Maximum number of distinct endpoints to remember in the global cache. */
23
private static final int GLOBAL_MAP_MAX_SIZE = 4096;
24
25
/**
0 commit comments