forked-synapse/synapse/storage/data_stores
Richard van der Hoff edd9a7214c
Replace device_27_unique_idx bg update with a fg one (#7562)
The bg update never managed to complete, because it kept being interrupted by
transactions which want to take a lock.

Just doing it in the foreground isn't that bad, and is a good deal simpler.
2020-05-26 11:43:17 +01:00
..
main Replace device_27_unique_idx bg update with a fg one (#7562) 2020-05-26 11:43:17 +01:00
state Allow configuration of Synapse's cache without using synctl or environment variables (#6391) 2020-05-11 18:45:23 +01:00
__init__.py Add option to move event persistence off master (#7517) 2020-05-22 16:11:35 +01:00