Listory/src/database
Julian Tölle ee5bd41a37 feat(api): configurable max pool connections
This should help with failing health checks while the crawler is running.

Quick math: 10 users, 30 songs each, each song requires at least 3
queries => 900 db queries every minute.

With the default of 10 pool connections, this blocks all available db
bandwidth for some time and causes slow UI and failing healthchecks.
2022-06-11 19:21:00 +02:00
..
migrations feat(api): update existing artists in MusicLibrary 2021-11-21 15:53:49 +01:00
database.module.ts feat(api): configurable max pool connections 2022-06-11 19:21:00 +02:00
error-codes.ts fix(api): db error on duplicate music library import 2020-11-21 17:00:33 +01:00