This commit is contained in:
Mateusz Gruszczyński
2026-03-24 07:32:07 +01:00
parent c5cc2efbac
commit db26938791
7 changed files with 180 additions and 112 deletions

View File

@@ -110,7 +110,7 @@ TIME_RANGES = {
REALTIME = {
"refresh_seconds": env_int("REALTIME_REFRESH_SECONDS", 8),
"history_default_range": os.getenv("REALTIME_HISTORY_DEFAULT_RANGE", "6h"),
"history_default_range": os.getenv("REALTIME_HISTORY_DEFAULT_RANGE", "today"),
}
ANALYTICS = {