File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import { DefaultOdpSegmentApiManager } from "./segment_manager/odp_segment_api_m
2626import { DefaultOdpSegmentManager , OdpSegmentManager } from "./segment_manager/odp_segment_manager" ;
2727import { UserAgentParser } from "./ua_parser/user_agent_parser" ;
2828
29- export const DEFAULT_CACHE_SIZE = 1000 ;
29+ export const DEFAULT_CACHE_SIZE = 10_000 ;
3030export const DEFAULT_CACHE_TIMEOUT = 600_000 ;
3131
3232export const DEFAULT_EVENT_BATCH_SIZE = 100 ;
Original file line number Diff line number Diff line change @@ -103,6 +103,6 @@ export const DECISION_MESSAGES = {
103103export const REQUEST_TIMEOUT_MS = 60 * 1000 ; // 1 minute
104104
105105export const DEFAULT_CMAB_CACHE_TIMEOUT_MS = 30 * 60 * 1000 ; // 30 minutes
106- export const DEFAULT_CMAB_CACHE_SIZE = 1000 ;
106+ export const DEFAULT_CMAB_CACHE_SIZE = 10_000 ;
107107export const DEFAULT_CMAB_RETRIES = 1 ;
108108export const DEFAULT_CMAB_BACKOFF_MS = 100 ; // 100 milliseconds
You can’t perform that action at this time.
0 commit comments