mirror of
https://github.com/jtomchak/akkoma.git
synced 2025-03-10 05:00:00 +01:00
4 lines
89 B
Elixir
4 lines
89 B
Elixir
defmodule Pleroma.QuantumScheduler do
|
|
use Quantum.Scheduler,
|
|
otp_app: :pleroma
|
|
end
|