• r2025.9.6 80cec71308

    Use sync access for the temp JSON file database
    All checks were successful
    / build (push) Successful in 1m37s
    / deploy (push) Has been skipped

    hornwitser released this 2025-09-20 21:04:16 +00:00 | 4 commits to develop since this release

    Replace all async reads and writes to the JSON database with the sync
    reads and writes to prevent a data corruption race condition where two
    requests are processed at the same time and write to the same file, or
    one reads while the other writes causing read of partially written data.

    Downloads