Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

As per our current code when we we get purging rules (sub find_purging_rules) for a command we don't take into account the command set name, we just take the rules.

rules = {
  'keep_last' => 1000,
  'purge_older_than' => 2592000
};