Increase pool size to avoid resource contention on stats page

This commit is contained in:
Claudio Ortolina
2025-08-17 09:28:43 +03:00
parent 0a0b075578
commit a4bd6c3609
+1 -1
View File
@@ -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]]