From a6c8b39947f7f757252166027545e0b41037b5be Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Thu, 6 Feb 2025 08:16:51 +0000 Subject: [PATCH] Reduce pool size Since covers are cached for 1 year, the pressure on the db is much lower (despite etag checking), so we can tune the application to use even more capacity without visible slowdown. --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index c8039668..5e80d001 100644 --- a/fly.toml +++ b/fly.toml @@ -15,7 +15,7 @@ ERROR_DATABASE_PATH = '/mnt/music_library/music_library_prod_errors.db' PHX_HOST = 'music-library.claudio-ortolina.org' PORT = '8080' LAST_FM_USER = 'cloud8421' -POOL_SIZE = '10' +POOL_SIZE = '5' [[mounts]] source = 'music_library'