We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63e654b + 309f9dc commit 031b06cCopy full SHA for 031b06c
library/agent/Agent.ts
@@ -56,7 +56,7 @@ export class Agent {
56
private rateLimiter: RateLimiter = new RateLimiter(5000, 120 * 60 * 1000);
57
private statistics = new InspectionStatistics({
58
maxPerfSamplesInMemory: 5000,
59
- maxCompressedStatsInMemory: 100,
+ maxCompressedStatsInMemory: 20, // per operation
60
});
61
private middlewareInstalled = false;
62
private attackLogger = new AttackLogger(1000);
0 commit comments