If federation is disabled, don't run periodic delivery
This commit is contained in:
parent
50f12f855d
commit
4386e0f8af
1 changed files with 2 additions and 1 deletions
|
@ -286,6 +286,7 @@ appMain = do
|
||||||
forkCheck $ actorKeyPeriodicRotator foundation
|
forkCheck $ actorKeyPeriodicRotator foundation
|
||||||
|
|
||||||
-- Run periodic activity delivery retry runner
|
-- Run periodic activity delivery retry runner
|
||||||
|
when (appFederation $ appSettings foundation) $
|
||||||
forkCheck $ deliveryRunner foundation
|
forkCheck $ deliveryRunner foundation
|
||||||
|
|
||||||
-- Run SSH server
|
-- Run SSH server
|
||||||
|
|
Loading…
Reference in a new issue