You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FSSDK-11877] Increase cmab cache size to 10000 to align with odp cache size (#425)
* Update CMAB default cache size from 100 to 1000 to match Ruby SDK
- Changed DefaultCacheSize from 100 to 1000 in pkg/cmab/config.go
- Updated corresponding test in pkg/cmab/config_test.go
- Aligns with Ruby SDK default cache size (PR #377)
- All tests passing
* align cmab cache size with odp size - 10000
* Remove TestDefaultConstants test and unused time import
0 commit comments