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.
This commit is contained in:
Claudio Ortolina
2025-02-06 08:16:51 +00:00
parent dd6e4e19a9
commit a6c8b39947
+1 -1
View File
@@ -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'