@ vezir…
I hope this helps:
To increase time between automatic saving as draft, open wp-config.php.
Add this line:
define('AUTOSAVE_INTERVAL', 300 ); // seconds
This will autosave only after every 300 seconds (5 minutes) instead of default 60 seconds.