From a4bd6c3609217acf8cb47adfb06150b5875893c8 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sun, 17 Aug 2025 09:28:43 +0300 Subject: [PATCH] Increase pool size to avoid resource contention on stats page --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index aff83250..42d214c8 100644 --- a/fly.toml +++ b/fly.toml @@ -16,7 +16,7 @@ BACKGROUND_DATABASE_PATH = '/mnt/music_library/music_library_prod_background.db' PHX_HOST = 'music-library.claudio-ortolina.org' PORT = '8080' LAST_FM_USER = 'cloud8421' -POOL_SIZE = '5' +POOL_SIZE = '10' TIMEZONE = 'Europe/London' [[mounts]]