mastodon/app
ThibG 1a22eff1e0 Attempt fixing deadlocks by moving account stats update outside transaction (#9437)
* Use `update_column` instead of `update_attribute` in callback

`update_attribute` would normally cause callbacks to be called.
Called from a callback, it seems to stop further callbacks from executing.

`update_column` does the same work, but without calling callbacks or
preventing other callbacks from executing.

* Fix deadlocks by moving account stats update outside transaction
2018-12-05 22:51:12 +01:00
..
chewy
controllers Fix thread depth computation in statuses_controller (#9426) 2018-12-05 02:12:29 +01:00
helpers Redesign admin accounts index (#9340) 2018-11-26 15:53:27 +01:00
javascript Add visible dates for notifications in Notification column (#9423) 2018-12-05 05:08:43 +01:00
lib Fix TLS handshake timeout not being enforced (#9381) 2018-11-27 19:46:05 +01:00
mailers
models Attempt fixing deadlocks by moving account stats update outside transaction (#9437) 2018-12-05 22:51:12 +01:00
policies
presenters
serializers
services Improve account suspension speed and completeness (#9290) 2018-12-03 01:32:08 +01:00
validators
views Swap avatar and header input fields in profile page (#9271) 2018-11-29 02:56:09 +01:00
workers Improve account suspension speed and completeness (#9290) 2018-12-03 01:32:08 +01:00