jason810496 commented on code in PR #71704: URL: https://github.com/apache/airflow/pull/71704#discussion_r3804207418
########## airflow-core/docs/faq.rst: ########## @@ -717,22 +717,29 @@ The API server caches serialized Dag objects in memory. Over time, as Dag versio There are two complementary approaches: -**1. Bounded DAG caching (available since Airflow 3.3.0)** +**1. Dag cache eviction (available since Airflow 3.2.2)** Review Comment: The previous 3.3.0 is wrong, we’re able to configure the cache for API server since 3.2.2, so I fix in this PR as well. -- 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]
