pleroma/lib
Roger Braun 4dcbb64f19 Avoid potentially slow count queries for user note count.
For a variety of reasons, posgresql won't use the available actor,
type index to do an index only scan. We now just increase the user
note count, which will lead to slightly wrong counts in some cases,
but it's better than the potentially very slow count query.
2017-10-31 16:37:11 +01:00
..
mix/tasks Use changeset in user registration mix task. 2017-04-15 16:42:02 +02:00
pleroma Avoid potentially slow count queries for user note count. 2017-10-31 16:37:11 +01:00
xml_builder.ex Refactor code to comply with credo suggestions 2017-04-27 16:18:50 +03:00