mirror of
https://github.com/jtomchak/akkoma.git
synced 2025-02-08 06:43:38 +01:00
5 lines
89 B
Elixir
5 lines
89 B
Elixir
|
defmodule Pleroma.QuantumScheduler do
|
||
|
use Quantum.Scheduler,
|
||
|
otp_app: :pleroma
|
||
|
end
|