Closed (fixed)
Project:
Advanced CSS/JS Aggregation
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 May 2011 at 17:45 UTC
Updated:
6 Jun 2011 at 21:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
mikeytown2 commentedThis issue has to do with not deleting files if it's over 30 days old. I follow D7 Core
drupal_delete_file_if_stale() D7 is called by these 2 functions: drupal_clear_css_cache() D7 & drupal_clear_js_cache() D7
If you wish to adjust this, there are 3 setting in advagg that have to do with time.
When adjusting these settings make sure that:
advagg_file_last_used_interval is longer then your cron runs.
advagg_stale_file_threshold is at least 4x advagg_file_last_used_interval
advagg_stale_file_last_used_threshold is 1/2 of advagg_file_last_used_interval
Comment #2
mikeytown2 commentedgoing to move the defaults to 6 and 3 days. Marking this as fixed; let me know if you have any other issues. This might be related to your issue as well #1161570: Flushing the advagg cache not working.