Files
music_library/config
Claudio Ortolina 7a26b6bda6 Reduce pool size in test
Due to SQLite having one single write transaction, database tests cannot
be executed async, making a large pool ineffective at best. A setting of
10 is enough for those tests where we perform multiple read operations
(which tend to be sequential anyway).

Test execution time before and after this change remains effectively the
same.
2024-11-30 22:41:56 +00:00
..
2024-11-06 12:09:38 +00:00
2024-11-28 17:22:56 +00:00
2024-11-23 19:26:54 +00:00
2024-11-28 17:22:56 +00:00
2024-11-30 22:41:56 +00:00