synapse-product/synapse
Richard van der Hoff 7098b65cb8 Fix error on sqlite 3.7
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-21 11:14:17 +00:00
..
api
app
appservice
config
crypto
events
federation
groups
handlers
http
metrics
module_api
push
replication
rest Fix error on sqlite 3.7 2017-11-21 11:14:17 +00:00
static/client
storage Fix error on sqlite 3.7 2017-11-21 11:14:17 +00:00
streams
util
__init__.py
event_auth.py
notifier.py
python_dependencies.py
server.py
server.pyi
state.py
types.py
visibility.py