Skip to content

Instantly share code, notes, and snippets.

@ericjgruber
Created August 30, 2017 00:15
Show Gist options
  • Save ericjgruber/cf59158e3be38742c88dbcb0fb56c7ed to your computer and use it in GitHub Desktop.
Save ericjgruber/cf59158e3be38742c88dbcb0fb56c7ed to your computer and use it in GitHub Desktop.
Restrict kint to four lines to save memory
# settings.local.php
require_once DRUPAL_ROOT . '/modules/contrib/devel/kint/kint/Kint.class.php';
Kint::$maxLevels = 4;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment