Recompilation speedup: use runtime deps in Pleroma.Config
Switches Config modules to use runtime deps instead of module attributes. This one is pretty effective, getting rid of two cycles (including the largest one) and shrinking many others:
https://www.diffchecker.com/pPtCCUsC
A lot of stuff has compile-time deps on Pleroma.Config, so this makes sense.
Edited by Alex Gleason