jason810496 commented on PR #71704:
URL: https://github.com/apache/airflow/pull/71704#issuecomment-5330520223

   > Though I guess this was previously unbounded by default since 3.2.2? Not 
sure, just thinking "out loud"
   
   Yes, it was **unbound** since 3.2.2 and this is also the reason I kept it as 
TTL cache by default in the first place (to just introduce the evicting stale 
dag version on _no size limit cache_. And "no size limit + TTL" isn't 
**unbound**, since total the cache size will be bound with the set of active 
Dags)
   
   > 1024 dag (versions) is probably too aggressive a default?
   
   Do you mean too large or too low by default? Or what do you recommend to set?
   
   Thanks.


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