Skip to content

santad: use an LRU cache in SNTSyncdQueue #344

@tburgin

Description

@tburgin

#341 moves SNTSyncdQueue from NSCache to SantaCache, this is a better fit, but not a perfect fit. An LRU would be more appropriate, frequently blocked executions should stay in the cache vs. being evicted when the cache fills up.

Once we decided on an LRU for Santa's codebase, switch to an LRU in SNTSyncdQueue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    comp/santasyncserviceIssues or PRs related to the sync protocolenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions