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 3c7f6d0 commit f3199bfCopy full SHA for f3199bf
src/storages/inRedis/constants.ts
@@ -1,4 +1,4 @@
1
export const LOG_PREFIX = 'storage:redis: ';
2
export const DEFAULT_CACHE_SIZE = 30000;
3
-export const REFRESH_RATE = 300000; // 300.000 ms = start after 5 mins
+export const REFRESH_RATE = 300000; // 300000 ms = start after 5 mins
4
export const TTL_REFRESH = 3600; // 1hr
src/trackers/uniqueKeysTracker.ts
@@ -10,7 +10,7 @@ const noopFilterAdapter = {
10
};
11
12
/**
13
- * Trackes uniques keys
+ * Tracks uniques keys
14
* Unique Keys Tracker will be in charge of checking if the MTK was already sent to the BE in the last period
15
* or schedule to be sent; if not it will be added in an internal cache and sent in the next post.
16
*
0 commit comments