Skip to content

Commit b0cf778

Browse files
Update comment
1 parent d74b475 commit b0cf778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/optimizely-sdk/lib/utils/config_cache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ exports.PollingConfigCache = (defaultRequester) => class PollingConfigCache exte
8888
};
8989
}
9090

91-
// TODO: Add interval on first entry, and #clear (which also kills interval)
91+
// TODO: Add #clear to AsyncCache and override it here to also clearInterval.
9292
}
9393

9494
//const LazyConfigCache = () => new PollingConfigCache({

0 commit comments

Comments
 (0)