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.
1 parent 40c3517 commit 8c2dce6Copy full SHA for 8c2dce6
optimizely/cmab/cmab_service.py
@@ -26,7 +26,7 @@
26
27
NUM_LOCK_STRIPES = 1000
28
DEFAULT_CMAB_CACHE_TIMEOUT = 30 * 60 # 30 minutes
29
-DEFAULT_CMAB_CACHE_SIZE = 1000
+DEFAULT_CMAB_CACHE_SIZE = 10000
30
31
32
class CmabDecision(TypedDict):
0 commit comments