When you write a post, it is automatically saved as a draft every minute. If your browser crashes this lets you recover your work. You can change the time between saves by adding the following line to your wp-config.php file:
define( 'AUTOSAVE_INTERVAL', X);
Where X is the number of seconds between saves.
For more wp-config.php settings, see Optimize WordPress Configuration via wp-config.php.