Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#26998 closed enhancement (wontfix)

Throttle revisions

Reported by: Denis-de-Bernardy Owned by:
Priority: normal Milestone:
Component: Revisions Version: 3.9
Severity: normal Keywords: reporter-feedback 2nd-opinion
Cc: Focuses: performance

Description

Even after #9843, WP is still creating a great too many unwarranted revisions. Could we throttle this somehow, e.g. on insert of a revision, drop the previous revision if it's no more than 15 minutes old?

Change History (2)

#1 @johnbillion
13 years ago

  • Keywords reporter-feedback 2nd-opinion added

The elapsed time between revisions should be of no consideration. What if I make a few changes to a post in quick succession and then want to revert the most recent one? Suddenly I have to revert all the changes I've made in the last 15 minutes.

What unwarranted revisions are you seeing? If a post has changed when you update it, then it should save a revision. If you're getting revisions without changes in them, then that's a different matter.

#2 @nacin
13 years ago

  • Milestone Awaiting Review
  • Resolutionwontfix
  • Status newclosed
Note: See TracTickets for help on using tickets.