WordPress Post Autosave Time

// On wp-config.php 
define('AUTOSAVE_INTERVAL', 180); // 3 minutes (default: 60) 
gtamborero