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
Roger Far
0c5e38e01a
Merge branch 'main' into main
2026-02-11 20:20:47 -07:00
Roger Far
a9648248f4
Global formatting.
2026-02-11 19:44:49 -07:00
destrodxbad
47355030b5
perf(database): Configure SQLite with WAL mode and connection pooling
2025-11-18 02:03:13 +01:00
Cucumberrbob
c546bd0173
Use IProcessFactory, IFileSystem in Service.Torrents#RunTorrentComplete
...
Also adds dependency injection to `Torrents#RunTorrentComplete` for `DbSettings` (`Settings.Get`)
2025-02-17 21:59:56 +00:00
Roger Far
bec2dcd20b
Add internal downloader logger.
2024-04-06 16:28:03 -06:00
Roger Far
e3b38d2834
Add nullable to the projects.
2022-05-13 18:51:04 -06:00
Roger Far
cd6002b5d6
Upgrade packages
...
Moved C# code to file scoped namespaces
Merged Startup.cs and Program.cs
2022-04-30 11:22:15 -06:00
Roger Far
3ee687f615
Created a separate page for torrent into, added download retrying per file.
2021-07-18 22:46:17 -06:00
Roger Far
61535b41a3
Add authentication
2020-04-05 14:40:01 -06:00
Roger Far
f77c1860de
Added most functionality on the client and serverside
2020-04-04 15:12:04 -06:00
Roger Far
5611796aea
Initial commit
2020-03-31 15:16:34 -06:00