rdt-client/server
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
..
RdtClient.Data fix: Disable shared cache on SQLITE, reduces SQLITE locking errors. 2026-06-03 22:56:37 -04:00
RdtClient.Service fix(sabnzbd): Fix delete implementation to respect finished action 2026-05-31 17:12:13 -04:00
RdtClient.Service.Test fix(sabnzbd): Fix delete implementation to respect finished action 2026-05-31 17:12:13 -04:00
RdtClient.Web fix(sabnzbd): Fix delete implementation to respect finished action 2026-05-31 17:12:13 -04:00
RdtClient.Web.Test fix(sabnzbd): Fix delete implementation to respect finished action 2026-05-31 17:12:13 -04:00
.gitignore Upgrade to .NET6 and Angular 13. 2021-11-21 13:58:49 -07:00
RdtClient.sln Usenet support 2026-02-13 13:15:57 -05:00
RdtClient.sln.DotSettings Upgrade to .NET 9, code cleanup. 2024-11-18 03:39:12 -07:00