summary refs log tree commit diff
path: root/changelog.d/3936.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* changelog v0.33.6rc1Amber Brown2018-10-031-1/+0
|
* Only lazy load self-members on initial syncMatthew Hodgson2018-09-251-0/+1
Given we have disabled lazy loading for incr syncs in #3840, we can make self-LL more efficient by only doing it on initial sync. Also adds a bounds check for if/when we change our mind, so that we don't try to include LL members on sync responses with no timeline.