Problem/Motivation

You can configure by the user interface how many revisions delete per cron run, but this is not possible through a drush command.

Proposed resolution

We need something like this:

Delete 50 revisions per cron run:

`drush nrd-delete-cron-run 50`

Remaining tasks

None.

User interface changes

None.

API changes

Added the new drush command:

`drush nrd-delete-cron-run`

Data model changes

None.

Comments

adriancid created an issue. See original summary.

adriancid’s picture

Issue summary: View changes

  • adriancid committed 5836f9d on 7.x-3.x
    Issue #2888145: Drush command to configure how many revisions delete per...
adriancid’s picture

Status: Active » Fixed
adriancid’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

adriancid’s picture