dashboards.min_refresh_interval = "15s";

This commit is contained in:
2025-11-12 07:51:32 +00:00
parent 7849638842
commit ad24581dc0

View File

@@ -44,6 +44,7 @@ in
http_addr = "0.0.0.0"; http_addr = "0.0.0.0";
http_port = cfg.port; http_port = cfg.port;
}; };
dashboards.min_refresh_interval = "15s";
users.auto_assign_org = true; users.auto_assign_org = true;
feature_toggles.accessTokenExpirationCheck = true; feature_toggles.accessTokenExpirationCheck = true;
}; };