pleroma/lib/pleroma/web/federator
Ivan Tashkinov b40b4bc4e5 [#582] Optimized federation retirement by reducing the number of SQL calls
(calling `Instances.set_reachable/1` only if instance had `unreachable_since`,
calling `Instances.set_unreachable/1` only if instance had nil `unreachable_since`).
2019-02-03 12:41:27 +03:00
..
federator.ex [#582] Optimized federation retirement by reducing the number of SQL calls 2019-02-03 12:41:27 +03:00
retry_queue.ex rewrites List.foldl to Enum.each 2019-01-02 21:21:40 +00:00