multi: add global log for wallet db postgres back

This commit is contained in:
ziggie
2025-04-16 16:31:24 +02:00
parent 06f1ef47fa
commit 947702f6de
7 changed files with 70 additions and 4 deletions

View File

@@ -9,4 +9,5 @@ type Config struct {
Dsn string `long:"dsn" description:"Database connection string."`
Timeout time.Duration `long:"timeout" description:"Database connection timeout. Set to zero to disable."`
MaxConnections int `long:"maxconnections" description:"The maximum number of open connections to the database. Set to zero for unlimited."`
WithGlobalLock bool `long:"withgloballock" description:"Use a global lock to ensure a single writer."`
}