Commit 9fd02f9
authored
[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 import1 parent c1318f2 commit 9fd02f9
2 files changed
+3
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
0 commit comments