mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
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. |
||
|---|---|---|
| .. | ||
| auth | ||
| config | ||
| cookie-parser | ||
| database | ||
| health-check | ||
| listens | ||
| logger | ||
| metrics | ||
| music-library | ||
| reports | ||
| sources | ||
| users | ||
| app.module.ts | ||
| main.ts | ||