SameerMesiah97 commented on code in PR #69774:
URL: https://github.com/apache/airflow/pull/69774#discussion_r3566465294


##########
airflow-core/src/airflow/models/dagbag.py:
##########
@@ -89,11 +91,12 @@ def __init__(
         self._revalidation_interval = conf.getint("core", 
"min_serialized_dag_update_interval")
 
         # Initialize bounded cache if cache_size is provided and > 0

Review Comment:
   I think this comment is no longer accurate. I would suggest the below:
   
   `# Initialize a TTL cache if configured, otherwise a bounded LRU cache.`



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