adriannuta
Member
Posted 7 months ago #
Several times Save Draft didn't saved all the content , more specific it seems he got me an older revision of the post . One time I was able to recover the content by taking the last revision - so I had a situation when save draft cut more text than was in the lastest revision .
Anyone had this issue ?
Fumito Mizuno
Member
Posted 7 months ago #
Autosave interval is set to 60 seconds, by default.
You can change the interval length, by writing a code into wp-config.php
define('AUTOSAVE_INTERVAL', 160 ); // seconds
See http://codex.wordpress.org/Editing_wp-config.php#Modify_AutoSave_Interval for more info.
adriannuta
Member
Posted 7 months ago #
I know that . The problem is that I saved with Save Draft , but I lost some content - and instead of saving me what I had new , I was left with the revision .
Guess I'll make a Ctrl+C copy before hitting Save Draft :D