Age | Commit message (Collapse) | Author |
|
(calling `Instances.set_reachable/1` only if instance had `unreachable_since`,
calling `Instances.set_unreachable/1` only if instance had nil `unreachable_since`).
|
|
|
|
|
|
|
|
|
|
reduces to one single timer firing once a second
switches to a parallel worker model
|
|
|
|
|
|
|
|
|
|
At the moment, it can use a lot of memory really fast.
|
|
Various runtime configuration fixes
See merge request pleroma/pleroma!468
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Related to #85
Everything should now be configured at runtime, with the exception of
the `Pleroma.HTML` scrubbers (the scrubbers used can be
changed at runtime, but their configuration is compile-time) because
it's building a module with a macro.
|
|
Discussed in https://git.pleroma.social/pleroma/pleroma/merge_requests/426#note_7232
|
|
|
|
|
|
|
|
Activity.get_by_ap_id().
|
|
|
|
|
|
|
|
|
|
Logging cleanup
See merge request pleroma/pleroma!76
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|