Skip to content

Instantly share code, notes, and snippets.

@WengerK
Created April 28, 2017 08:52
Show Gist options
  • Save WengerK/a0d77b7aa1cee8493950bf5168e54a61 to your computer and use it in GitHub Desktop.
Save WengerK/a0d77b7aa1cee8493950bf5168e54a61 to your computer and use it in GitHub Desktop.
Disable Poorman Cron for Drupal 8
// Disable cron in settings.php for D8.
$config['automated_cron.settings']['interval'] = 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment