Skip to content

Commit 902d35b

Browse files
authored
Merge branch 'master' into mpirnovar-cmab-cache-size-fix-1000
2 parents 95b8ecd + c1318f2 commit 902d35b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/cmab/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ import (
2626
const (
2727
// DefaultCacheSize is the default size for CMAB cache (aligned with ODP segments cache)
2828
DefaultCacheSize = 10000
29+
2930
// DefaultCacheTTL is the default TTL for CMAB cache (30 minutes to match agent)
3031
DefaultCacheTTL = 30 * time.Minute
3132

0 commit comments

Comments
 (0)