Skip to content

Commit

Permalink
Update online status threshold to 5 minutes from 30 seconds (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
skanderm authored Nov 20, 2024
1 parent e34f566 commit 394be46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/lib/orcasite/radio/feed.ex
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ defmodule Orcasite.Radio.Feed do
aggregates do
exists :online, :feed_segments do
public? true
filter expr(inserted_at > ago(30, :second))
filter expr(inserted_at > ago(5, :minute))
end
end

Expand Down

0 comments on commit 394be46

Please sign in to comment.