Update production infrastructure documentation

This commit is contained in:
Claudio Ortolina
2026-04-02 19:32:57 +01:00
parent edd38eb5f2
commit 4f56c3b241
+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 | 64 MB | `$POOL_SIZE` (default 5) |
| `MusicLibrary.Repo` | Application data | 128 MB | `$POOL_SIZE` (default 5) |
| `MusicLibrary.BackgroundRepo` | Oban job queue | 16 MB | `$POOL_SIZE` (default 5) |
| `MusicLibrary.TelemetryRepo` | Persistent telemetry metrics | 4 MB | 2 |