Hi,
I'm considering implementing an auto-save feature for my games but I'm not sure how often I should save to an INI. I want the saving to work on all HTML5 platforms (computers and mobile), but I don't want it to slow down the game. How often would be recommended to auto-save without causing problems? Thanks!