chore(sqlite): reduce max open connections, keep them open permanently (fixes #10592) Reduces connection churn, possibly tickling concurrency bug on Windows. Signed-off-by: Jakob Borg <jakob@kastelo.net>
This commit is contained in:
@@ -20,7 +20,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
maxDBConns = 16
|
||||
maxDBConns = 6
|
||||
minDeleteRetention = 24 * time.Hour
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user