Skip to content

Commit 8c2dce6

Browse files
Changed default cmab cache size to match odp
1 parent 40c3517 commit 8c2dce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimizely/cmab/cmab_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
NUM_LOCK_STRIPES = 1000
2828
DEFAULT_CMAB_CACHE_TIMEOUT = 30 * 60 # 30 minutes
29-
DEFAULT_CMAB_CACHE_SIZE = 1000
29+
DEFAULT_CMAB_CACHE_SIZE = 10000
3030

3131

3232
class CmabDecision(TypedDict):

0 commit comments

Comments
 (0)