Skip to content

Instantly share code, notes, and snippets.

@FutureMedia
Created October 27, 2014 12:16
Show Gist options
  • Save FutureMedia/431a575f38551743f74b to your computer and use it in GitHub Desktop.
Save FutureMedia/431a575f38551743f74b to your computer and use it in GitHub Desktop.
Useful maintenance settings in wpconfig.php
define( 'WP_POST_REVISIONS', 2 ); // set false for none
define( 'AUTOSAVE_INTERVAL', 160 ); // Seconds, default 60
define( 'EMPTY_TRASH_DAYS', 5 ); // 5 days
define( 'WP_ALLOW_REPAIR', true ); // and then use http://www.yourwebsite.com/wp-admin/maint/repair.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment