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
We currently use an @lru_cache with a default maximum size of 128 to cache some values that we look up through the terminology service. If this limit proves to be too low, we can increase this value or replace it with None, which will replicate the functionality of the previously used @cache annotation.
The text was updated successfully, but these errors were encountered:
We currently use an
@lru_cache
with a default maximum size of 128 to cache some values that we look up through the terminology service. If this limit proves to be too low, we can increase this value or replace it with None, which will replicate the functionality of the previously used@cache
annotation.The text was updated successfully, but these errors were encountered: