From 4f56c3b241da7d4ba889c9b70851d7eee822f01d Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Thu, 2 Apr 2026 19:32:57 +0100 Subject: [PATCH] Update production infrastructure documentation --- docs/production-infrastructure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/production-infrastructure.md b/docs/production-infrastructure.md index 0f9fe2aa..7210e5d6 100644 --- a/docs/production-infrastructure.md +++ b/docs/production-infrastructure.md @@ -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 |