Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-11-22 | Check database in has_completed_background_updates | Richard van der Hoff | 3 | -12/+33 | |
so that the right thing happens on workers. | |||||
2017-11-21 | Fix error on sqlite 3.7 | Richard van der Hoff | 5 | -8/+59 | |
Create the url_cache index on local_media_repository as a background update, so that we can detect whether we are on sqlite or not and create a partial or complete index accordingly. To avoid running the cleanup job before we have built the index, add a bailout which will defer the cleanup if the bg updates are still running. Fixes https://github.com/matrix-org/synapse/issues/2572. | |||||
2017-11-19 |