Carl Johnsen
|
2412800c0c
|
Removed the sqlite page cache option. It should be set through the environment variable, or some other way of providing a custom database configurotion
|
2025-06-19 11:41:39 +02:00 |
|
Carl Johnsen
|
32efa4b845
|
Updated all of the handler calls to database methods to forward their cancellation token
|
2025-06-19 09:47:33 +02:00 |
|
Carl Johnsen
|
9ac583db94
|
Made all relevant using statements use await to use DisposeAsync
|
2025-06-18 11:53:11 +02:00 |
|
Carl Johnsen
|
3d11a05400
|
Added .ConfigureAwait(false) to all of the await statements
|
2025-06-12 08:34:29 +02:00 |
|
Carl Johnsen
|
b40981aad7
|
Updated ListFileVersionsHandler to use the new async database methods
|
2025-05-21 15:58:04 +02:00 |
|
Carl Johnsen
|
51bbc8c3a6
|
Removed whitespace
|
2025-05-21 15:57:49 +02:00 |
|
Kenneth Skovhede
|
a3bc9b80ca
|
Implemented 4 new list methods that are optimized for a single operation
|
2025-04-29 10:03:57 +02:00 |
|