Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-09-25 | Move synctl into top dir to avoid a symlink | Richard van der Hoff | 2 | -285/+284 | |
symlinks apparently break setuptools on python3 and alpine (https://bugs.python.org/issue31940), so let's stop using a symlink and just use the file directly. | |||||
2018-09-25 | Only lazy load self-members on initial sync | Matthew Hodgson | 2 | -5/+9 | |
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 |