Remove sampling notice from realtime view

This commit is contained in:
Uku Taht 2021-08-18 15:24:44 +03:00
parent 128f8dbf2e
commit cff071bdf3

View File

@ -83,7 +83,7 @@ defmodule PlausibleWeb.Api.StatsController do
}
]
{stats, nil}
{stats, 100}
end
defp fetch_top_stats(site, %Query{filters: %{"event:goal" => _goal}} = query) do