tirkarthi commented on code in PR #44855: URL: https://github.com/apache/airflow/pull/44855#discussion_r1881487165
########## airflow/ui/src/pages/Dag/Overview/Overview.tsx: ########## @@ -29,7 +29,7 @@ import TimeRangeSelector from "src/components/TimeRangeSelector"; import { TrendCountButton } from "src/components/TrendCountButton"; import { stateColor } from "src/utils/stateColor"; -const defaultHour = "12"; +const defaultHour = "168"; Review Comment: This could be heavy on the database being default when there are lot of entries in the database. IIRC the cluster activity page was also slower on large Airflow instances with higher time interval. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org