We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95b8ecd + c1318f2 commit 902d35bCopy full SHA for 902d35b
pkg/cmab/config.go
@@ -26,6 +26,7 @@ import (
26
const (
27
// DefaultCacheSize is the default size for CMAB cache (aligned with ODP segments cache)
28
DefaultCacheSize = 10000
29
+
30
// DefaultCacheTTL is the default TTL for CMAB cache (30 minutes to match agent)
31
DefaultCacheTTL = 30 * time.Minute
32
0 commit comments