forked from AkkomaGang/akkoma
try local sheduling
This commit is contained in:
parent
72f3b22134
commit
63ffa0e3ed
1 changed files with 3 additions and 1 deletions
|
@ -68,7 +68,9 @@
|
|||
queues: false,
|
||||
prune: :disabled
|
||||
|
||||
config :pleroma, Pleroma.Scheduler, jobs: []
|
||||
config :pleroma, Pleroma.Scheduler,
|
||||
jobs: [],
|
||||
global: false
|
||||
|
||||
config :pleroma, Pleroma.ScheduledActivity,
|
||||
daily_user_limit: 2,
|
||||
|
|
Loading…
Reference in a new issue