Change Auto-Save Interval

Change post editor auto-save.
// NAV: Change Auto-Save Interval
if ( ! defined( 'AUTOSAVE_INTERVAL' ) ) {
	// Change 5 to the number of minutes you want to use.
	define( 'AUTOSAVE_INTERVAL', 5 * MINUTE_IN_SECONDS );
}