Remove "Stats start date" and adjust "Native stats start time" in Sites CRM (#4034)

This commit is contained in:
Adrian Gruntkowski 2024-04-23 12:52:55 +02:00 committed by GitHub
parent 4a372a1528
commit 2a35a0099f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,8 +35,12 @@ defmodule Plausible.SiteAdmin do
domain: %{update: :readonly},
timezone: %{choices: Plausible.Timezones.options()},
public: nil,
stats_start_date: %{update: :readonly},
native_stats_start_at: nil,
native_stats_start_at: %{
type: :string,
label: "Native stats start time",
help_text:
"Cutoff time for native stats in UTC timezone. Expected format: YYYY-MM-DDTHH:mm:ss"
},
ingest_rate_limit_scale_seconds: %{
help_text: "Time scale for which events rate-limiting is calculated. Default: 60"
},