You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
7 years ago
..
chewy
controllers Fix thread depth computation in statuses_controller (#9426) 7 years ago
helpers
javascript Add visible dates for notifications in Notification column (#9423) 7 years ago
lib Fix TLS handshake timeout not being enforced (#9381) 7 years ago
mailers
models Attempt fixing deadlocks by moving account stats update outside transaction (#9437) 7 years ago
policies
presenters Don't count suspended users in user count (#9380) 7 years ago
serializers
services Improve account suspension speed and completeness (#9290) 7 years ago
validators
views Swap avatar and header input fields in profile page (#9271) 7 years ago
workers Improve account suspension speed and completeness (#9290) 7 years ago