/**
  * {@inheritdoc}
  */
 public function postProcess(FeedInterface $feed)
 {
     // Double the refresh rate.
     $feed->refresh->value *= 2;
     $feed->save();
 }