You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wouldn't just check features on every get as that adds extra queries. But we could memoize known features and check against that in memory set. Then refresh the set of known features every minute or two or if an unknown feature is seen. That would likely avoid the extra flipper calls due to features that are in code but never added or were deleted.
The text was updated successfully, but these errors were encountered:
Original discussion here:
#271 (comment)
I wouldn't just check features on every get as that adds extra queries. But we could memoize known features and check against that in memory set. Then refresh the set of known features every minute or two or if an unknown feature is seen. That would likely avoid the extra flipper calls due to features that are in code but never added or were deleted.
The text was updated successfully, but these errors were encountered: