pleroma/lib/mix/tasks/pleroma
rinpatch 43f02dfe38 Revert "Parallelize template rendering"
This reverts commit 1ad71592ad.

Since it had no limit on the number on concurrent processes it OOM killed
instances while rendering hellthreads. When I tried introducing a
concurrency limit with Task.async_stream/manual folds it lead to about 3 times
worse performance on threads larger than 1000 activities (we are talking
30s vs 1.2 minutes), I think this is not worth the about 1.5 times
performance increase on smaller threads when using it.
2019-09-10 22:01:45 +03:00
..
ecto reverse proxy tests 2019-07-09 16:54:13 +00:00
benchmark.ex Revert "Parallelize template rendering" 2019-09-10 22:01:45 +03:00
config.ex Admin changes 2019-07-30 16:36:05 +00:00
database.ex Strip internal fields including likes from incoming and outgoing activities 2019-08-10 18:47:40 +00:00
digest.ex Improve digest email template 2019-08-14 20:46:05 +07:00
emoji.ex it is changed in compile time 2019-06-14 15:45:05 +00:00
instance.ex merge develop 2019-07-12 18:08:27 +03:00
relay.ex removes duplicates from relay subscription list 2019-08-19 13:39:18 +03:00
robotstxt.ex robots.txt 2019-03-15 02:28:18 +00:00
uploads.ex Rename Pleroma.Mix.Tasks.Common -> Mix.Pleroma and import it's functions 2019-06-20 02:08:02 +03:00
user.ex tasks/pleroma/user.ex: Fix documentation of --max-use and --expire-at 2019-08-02 23:38:02 +02:00