synapse/changelog.d/15826.misc
Jason Little 4cf9f92f39
Fix could not serialize access due to concurrent DELETE from presence_stream (#15826)
* Change update_presence to have a isolation level of READ_COMMITTED

* changelog
2023-07-05 11:44:02 +01:00

2 lines
96 B
Plaintext

Use lower isolation level when cleaning old presence stream data to avoid serialization errors.