Update lib/live_beats/application.ex

This commit is contained in:
Chris McCord 2022-01-18 12:29:08 -05:00 committed by GitHub
parent b9b7a27244
commit 8ab0dd04a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}