Skip to content

Commit

Permalink
Disable aggregate for now
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvanleeuwen committed Mar 3, 2024
1 parent 671250c commit 0617cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/lib/mave_metrics/stats.ex
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ defmodule MaveMetrics.Stats do

def refresh_daily_aggregation() do
Repo.query!("REFRESH MATERIALIZED VIEW daily_session_aggregation;")
Repo.query!("REFRESH MATERIALIZED VIEW video_views_per_second_per_day_aggregate;")
# Repo.query!("REFRESH MATERIALIZED VIEW video_views_per_second_per_day_aggregate;")
end

defp float_video_time(attrs) do
Expand Down

0 comments on commit 0617cbe

Please sign in to comment.