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


##########
airflow/ui/openapi-gen/queries/queries.ts:
##########
@@ -152,6 +152,10 @@ export const useDagServiceGetDags = <
         paused,
         tags,
       }) as TData,
+    staleTime: 5 * 60 * 1000,
+    refetchOnWindowFocus: false,

Review Comment:
   Oh actually we can't have these changes in the autogenerated files. We can 
either adjust the defaults in the react query provider or pass the options when 
we call the hook in DagsList



-- 
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