forked-synapse/changelog.d/16051.misc
Nick Mills-Barrett 0e36a57b60
Remove whole table locks on push rule add/delete (#16051)
The statements are already executed within a transaction thus a table
level lock is unnecessary.
2023-11-13 16:57:44 +00:00

2 lines
95 B
Plaintext

Remove whole table locks on push rule modifications. Contributed by Nick @ Beeper (@fizzadar).