Increase pool size to avoid resource contention on stats page
This commit is contained in:
@@ -16,7 +16,7 @@ BACKGROUND_DATABASE_PATH = '/mnt/music_library/music_library_prod_background.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 = '5'
|
POOL_SIZE = '10'
|
||||||
TIMEZONE = 'Europe/London'
|
TIMEZONE = 'Europe/London'
|
||||||
|
|
||||||
[[mounts]]
|
[[mounts]]
|
||||||
|
|||||||
Reference in New Issue
Block a user