Closed (fixed)
Project:
Boost
Version:
6.x-1.x-dev
Component:
Caching logic
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Oct 2009 at 09:45 UTC
Updated:
6 Nov 2009 at 03:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
mikeytown2 commentedThis is more of a feature request rather then a bug report.
Once the file is created, it will never be overwritten; editing a node will not remove the old file. boost_cache_expire() uses the database instead of glob when flushing a node on edit. Your current setup is on the edge if this is slowing down you DB.
Anyway here's a patch... Key part is inside boost_cache_set() disabling
If I get multiple requests for this (10+) or get paid, or if a better patch comes out I will commit it & support this feature request.
Comment #2
mikeytown2 commentedThis might be of interest
#610198: Allow flush button to del a file if not in database
Comment #3
mikeytown2 commentedThis isn't that painful to do actually... so here it is.
Comment #4
mikeytown2 commentedcommitted