Browse Source

try local sheduling

remote-follow-auth-fix
stwf 4 years ago
parent
commit
63ffa0e3ed
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      config/test.exs

+ 3
- 1
config/test.exs View File

@@ -68,7 +68,9 @@ config :pleroma, Oban,
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…
Cancel
Save