bbovenzi commented on code in PR #22900:
URL: https://github.com/apache/airflow/pull/22900#discussion_r850449914


##########
airflow/www/static/js/dags.js:
##########
@@ -38,6 +39,9 @@ const dagStatsUrl = getMetaValue('dag_stats_url');
 const taskStatsUrl = getMetaValue('task_stats_url');
 const gridUrl = getMetaValue('grid_url');
 
+// auto refresh interval in milliseconds
+const refreshIntervalMs = 2000;

Review Comment:
   Lets also add a comment on how /dags autorefresh is 2x tree or graph 
autorefresh.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to