synapse/changelog.d/7516.misc
Erik Johnston 03aff4c75e
Add a worker store for search insertion. (#7516)
This is required as both event persistence and the background update needs access to this function. It should be perfectly safe for two workers to write to that table at the same time.
2020-05-15 17:22:47 +01:00

2 lines
91 B
Plaintext

Add a worker store for search insertion, required for moving event persistence off master.