Skip to content

Consider whether we need to change the @lru_cache default memory limit #18

Description

@gaurav

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions