[wp-trac] [WordPress Trac] #6698: Editing a published post causes excessive pings / closing comments on old posts causes trackbacks

WordPress Trac wp-trac at lists.automattic.com
Mon Jul 20 13:32:44 UTC 2009


#6698: Editing a published post causes excessive pings / closing comments on old
posts causes trackbacks
------------------------------+---------------------------------------------
 Reporter:  lapcat            |        Owner:  Denis-de-Bernardy
     Type:  defect (bug)      |       Status:  reopened         
 Priority:  high              |    Milestone:  2.8.3            
Component:  Pings/Trackbacks  |      Version:  2.8.1            
 Severity:  major             |   Resolution:                   
 Keywords:  has-patch tested  |  
------------------------------+---------------------------------------------

Comment(by Denis-de-Bernardy):

 Transients and options work in much the same way except that a) they can
 expire (hence no need for your options-related logic) and b) they're not
 stored in the database when using a persistent object cache.

 Anyway, if you feel a 60s throttle before any pinging occurs is in order,
 base your patch on 6698.4.diff, and schedule the ping to occur at time() +
 60 instead of time().

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/6698#comment:37>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list