Autosave frequency
Hello everyone. I would like to know how often OpenBrush’s auto-save function saves? I noticed that my and my friend's autosave intervals seemed to be different. Also, can I modify the auto-save interval? Thanks
2 Replies
From a brief glance at the code it seems to be every 3 seconds
which seems a weirdly short time. There's only 5 copies kept so you only get 15 seconds of grace
This is fine for protecting against crashes but it makes it pretty useless for helping with bad decisions or mistakes.
i've never really looked into how it works before this.
no option to tweak it at the moment. it's hardcoded.
You can switch it on and off. Might be able to set a timer to do that, I suppose, although that's an extra process. Wouldn't work if its set at launch