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:
@@ -15,7 +15,7 @@ ERROR_DATABASE_PATH = '/mnt/music_library/music_library_prod_errors.db'
|
|||||||
PHX_HOST = 'music-library.claudio-ortolina.org'
|
PHX_HOST = 'music-library.claudio-ortolina.org'
|
||||||
PORT = '8080'
|
PORT = '8080'
|
||||||
LAST_FM_USER = 'cloud8421'
|
LAST_FM_USER = 'cloud8421'
|
||||||
POOL_SIZE = '10'
|
POOL_SIZE = '5'
|
||||||
|
|
||||||
[[mounts]]
|
[[mounts]]
|
||||||
source = 'music_library'
|
source = 'music_library'
|
||||||
|
|||||||
Reference in New Issue
Block a user