Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Improve StateGroupCache efficiency for wildcard lookups #3383

Merged
merged 1 commit into from
Jun 22, 2018

Commits on Jun 22, 2018

  1. Disable partial state group caching for wildcard lookups

    When _get_state_for_groups is given a wildcard filter, just do a complete
    lookup. Hopefully this will give us the best of both worlds by not filling up
    the ram if we only need one or two keys, but also making the cache still work
    for the federation reader usecase.
    richvdh committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    43e02c4 View commit details
    Browse the repository at this point in the history