WordPress Auto Save Draft

// Change Autosave Interval (on wp-config.php)
define( 'AUTOSAVE_INTERVAL', 300 ); // 300 seconds = 5 minutes
gtamborero