-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
With the JSON database, it might be possible for simultaneous writes to a database json file, causing errors or unexpected behaviors.
Whenever a json db file is opened to write, all other read and write operations should be postponed (possibly with a simple lock, maybe with the php functionality flock) until the file is closed again.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working