keycdn / cache-enabler

A lightweight caching plugin for WordPress that makes your website faster by generating static HTML files.
https://wordpress.org/plugins/cache-enabler/
123 stars 46 forks source link

update events scheduling #281

Closed coreykn closed 3 years ago

coreykn commented 3 years ago

Update the events scheduling to not schedule the cache_enabler_clear_expired_cache event if the cache expiry time is 0, which is what we also check for in Cache_Enabler_Disk::cache_expired(). This value cannot be saved any lower.

This updates what was added in PR #268.