OpenPrograms / SuPeRMiNoR2-Programs

superminor2-Programs
Other
8 stars 14 forks source link

[osmagdoor] Random database corruption, but only with large amounts of doors. #13

Closed SuPeRMiNoR2 closed 8 years ago

SuPeRMiNoR2 commented 9 years ago

It may be fixed, but it also might not be. I also noticed it using the wrong password, but then restarted it and it used the right password. Go though and check that all the db type vars either match up or are local.

If global vars will reach, switch it so everything uses the var db, and it only runs loadDB once per lib startup. saveDB will be run every time the db is changed. This should help clear up some of the problems, and it will cut down on file io.

Fix backups

SuPeRMiNoR2 commented 8 years ago

I think this has been fixed.