Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #20316, comment 54


Ignore:
Timestamp:
09/26/2013 09:21:43 AM (10 years ago)
Author:
mark8barnes
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20316, comment 54

    initial v1  
    1 I missed IRC, but I think this is the wrong decision. I agree we should not risk breaking sites by deleting unexpired transients, but I cannot see any reason (in the chat or on this ticket) as to why this can only be done on a db upgrade, rather than as a (weekly?) scheduled cron.
     1I missed IRC, but I think this is the wrong decision. I agree we should not risk breaking sites by deleting unexpired transients, but I cannot see any reason (in the chat or on this ticket) as to why this can only be done on a db upgrade, rather than as a (weekly?) scheduled cron, particularly if an external object cache is being used.
    22
    33If a plugin author sets an expiry date on a transient, he should not have to do garbage collection himself, nor wait three months or more for a database upgrade.