Skip to content

Commit 1ed6931

Browse files
committed
wip
1 parent 96c0003 commit 1ed6931

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

dd-java-agent/agent-iast/src/main/java/com/datadog/iast/overhead/OverheadContext.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@
1616

1717
public class OverheadContext {
1818

19-
/**
20-
* Maximum number of distinct endpoints to remember in the global cache (LRU eviction beyond this
21-
* size).
22-
*/
19+
/** Maximum number of distinct endpoints to remember in the global cache. */
2320
private static final int GLOBAL_MAP_MAX_SIZE = 4096;
2421

2522
/**

0 commit comments

Comments
 (0)