Skip to content

Commit f3199bf

Browse files
Polishing
1 parent 3c7f6d0 commit f3199bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/storages/inRedis/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const LOG_PREFIX = 'storage:redis: ';
22
export const DEFAULT_CACHE_SIZE = 30000;
3-
export const REFRESH_RATE = 300000; // 300.000 ms = start after 5 mins
3+
export const REFRESH_RATE = 300000; // 300000 ms = start after 5 mins
44
export const TTL_REFRESH = 3600; // 1hr

src/trackers/uniqueKeysTracker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const noopFilterAdapter = {
1010
};
1111

1212
/**
13-
* Trackes uniques keys
13+
* Tracks uniques keys
1414
* Unique Keys Tracker will be in charge of checking if the MTK was already sent to the BE in the last period
1515
* or schedule to be sent; if not it will be added in an internal cache and sent in the next post.
1616
*

0 commit comments

Comments
 (0)