Skip to content

Commit c8b7074

Browse files
Add issue link for future ref
1 parent 131ee7a commit c8b7074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/storages/inMemory/InMemoryStorageCS.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export function InMemoryStorageCSFactory(params: IStorageFactoryParams): IStorag
6363
};
6464

6565
// @TODO revisit storage logic in localhost mode
66-
// No tracking data in localhost mode to avoid memory leaks
66+
// No tracking in localhost mode to avoid memory leaks: https://github.com/splitio/javascript-commons/issues/181
6767
if (params.settings.mode === LOCALHOST_MODE) {
6868
const noopTrack = () => true;
6969
storage.impressions.track = noopTrack;

0 commit comments

Comments
 (0)