Closed olehj closed 8 months ago
Tried to mitigate the occurrence of database corruption by forcing a lock when something is already updating it even though it should be "read only" while it happens.
Also added the lock check and delay when trying to save data while an update is going on in the background.
Reopen this as the lock function was too strict and caused the GUI to lock up.
Tried to mitigate the occurrence of database corruption by forcing a lock when something is already updating it even though it should be "read only" while it happens.