feat: better SQLite3 configuration, to avoid DB contention

This commit is contained in:
Deluan 2020-02-28 14:35:32 -05:00
parent faa2a978c0
commit 1d886156d5
2 changed files with 2 additions and 1 deletions

View file

@ -6,6 +6,7 @@ const (
AppName = "navidrome"
LocalConfigFile = "./navidrome.toml"
DefaultDbPath = "navidrome.db?cache=shared&_busy_timeout=15000&_journal_mode=WAL"
InitialSetupFlagKey = "InitialSetup"
JWTSecretKey = "JWTSecret"