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

Return early on /sync code paths if a '*' filter is used #1640

Merged
merged 1 commit into from
Nov 22, 2016

Commits on Nov 22, 2016

  1. Return early on /sync code paths if a '*' filter is used

    This is currently very conservative in that it only does this if there is no
    `since` token. This limits the risk to clients likely to be doing one-off
    syncs (like bridges), but does mean that normal human clients won't benefit
    from the time savings here. If the savings are large enough, I would consider
    generalising this to just check the filter.
    kegsay committed Nov 22, 2016
    Configuration menu
    Copy the full SHA
    83bcdce View commit details
    Browse the repository at this point in the history