olehj / disklocation

Disk Location is a plugin for Unraid.
https://forums.unraid.net/topic/77302-plugin-disk-location
GNU General Public License v3.0
21 stars 3 forks source link

Possible database corruption during update #290

Closed olehj closed 6 months ago

olehj commented 7 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.

olehj commented 7 months ago

Also added the lock check and delay when trying to save data while an update is going on in the background.

olehj commented 7 months ago

Reopen this as the lock function was too strict and caused the GUI to lock up.