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
js-cache is currently used for caching static responses to speed up responses and reduce unnecessary load on nodes.
However, it has limitation around size limit and other items.
Solution
Explore alternatives and replace js-cache with an option that increase capability including
cache size limitations
automatic flushing
[Stretch] LRU properties
Alternatives
No response
The text was updated successfully, but these errors were encountered:
Problem
js-cache
is currently used for caching static responses to speed up responses and reduce unnecessary load on nodes.However, it has limitation around size limit and other items.
Solution
Explore alternatives and replace
js-cache
with an option that increase capability includingAlternatives
No response
The text was updated successfully, but these errors were encountered: