mirror of
https://github.com/fly-apps/live_beats.git
synced 2024-11-24 08:51:00 +00:00
Update lib/live_beats/application.ex
This commit is contained in:
parent
b9b7a27244
commit
8ab0dd04a0
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ defmodule LiveBeats.Application do
|
|||
name: PresenceClient},
|
||||
# Start the Endpoint (http/https)
|
||||
LiveBeatsWeb.Endpoint,
|
||||
{LiveBeats.SongsCleaner, count: 1, interval: :month}
|
||||
{LiveBeats.SongsCleaner, count: 7, interval: :day}
|
||||
|
||||
# Start a worker by calling: LiveBeats.Worker.start_link(arg)
|
||||
# {LiveBeats.Worker, arg}
|
||||
|
|
Loading…
Reference in a new issue