rdt-client/server/RdtClient.Data
omgbeez faf43a2202
fix: Disable shared cache on SQLITE, reduces SQLITE locking errors.
Per documentation by Sqlite and MS, using `Cache=Shared` is discouraged, especially in combination with WAL. WAL mode is supposed to be the better solution overall, and enabling shared cache changes table locking behaviour increasing errors seen from concurrent actions.
2026-06-03 22:56:37 -04:00
..
Data Cleanup. 2026-05-27 22:04:30 -06:00
Enums Improve TorBox status mapping to TorrentStatus and log any unmapped statuses for debugging. 2026-02-13 17:06:57 -05:00
Migrations fix: Race conditions when deleting/updating a torrent and its downloadable files 2026-04-23 00:22:09 -04:00
Models Cleanup. 2026-05-27 22:04:30 -06:00
DiConfig.cs fix: Disable shared cache on SQLITE, reduces SQLITE locking errors. 2026-06-03 22:56:37 -04:00
GlobalSuppressions.cs Cleanup. 2026-02-23 20:04:53 -07:00
RdtClient.Data.csproj Upgrade Torbox dependency. 2026-05-17 13:58:46 -06:00