Skip to content

Commit 68b1955

Browse files
committed
update
1 parent 00fda42 commit 68b1955

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/odp/odp_manager_factory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import { DefaultOdpSegmentApiManager } from "./segment_manager/odp_segment_api_m
2626
import { DefaultOdpSegmentManager, OdpSegmentManager } from "./segment_manager/odp_segment_manager";
2727
import { UserAgentParser } from "./ua_parser/user_agent_parser";
2828

29-
export const DEFAULT_CACHE_SIZE = 1000;
29+
export const DEFAULT_CACHE_SIZE = 10_000;
3030
export const DEFAULT_CACHE_TIMEOUT = 600_000;
3131

3232
export const DEFAULT_EVENT_BATCH_SIZE = 100;

lib/utils/enums/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,6 @@ export const DECISION_MESSAGES = {
103103
export const REQUEST_TIMEOUT_MS = 60 * 1000; // 1 minute
104104

105105
export 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;
107107
export const DEFAULT_CMAB_RETRIES = 1;
108108
export const DEFAULT_CMAB_BACKOFF_MS = 100; // 100 milliseconds

0 commit comments

Comments
 (0)