Update production-infrastructure documentation

This commit is contained in:
Claudio Ortolina
2026-04-02 16:10:42 +01:00
parent a28f5dea3e
commit a1fd891ed1
+1 -1
View File
@@ -41,7 +41,7 @@ Three separate SQLite databases, each managed by its own Ecto repo:
| Repo | Purpose | Cache size | Pool size |
|------|---------|------------|-----------|
| `MusicLibrary.Repo` | Application data | 128 MB | `$POOL_SIZE` (default 5) |
| `MusicLibrary.Repo` | Application data | 64 MB | `$POOL_SIZE` (default 5) |
| `MusicLibrary.BackgroundRepo` | Oban job queue | 16 MB | `$POOL_SIZE` (default 5) |
| `MusicLibrary.TelemetryRepo` | Persistent telemetry metrics | 4 MB | 2 |