We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e4130 commit 1369358Copy full SHA for 1369358
1 file changed
cfg/cfg.go
@@ -139,7 +139,7 @@ var defaultMaxInvitationsPerUser = 5
139
// FillDefaults replaces missing or invalid settings with defaults.
140
func (c *Config) FillDefaults() {
141
if c.DatabaseOptions == "" {
142
- c.DatabaseOptions = "_journal_mode=WAL&_synchronous=1&_busy_timeout=5000"
+ c.DatabaseOptions = "_journal_mode=WAL&_synchronous=1&_busy_timeout=5000&_txlock=immediate"
143
}
144
145
if c.MaxInvitationsPerUser == nil {
0 commit comments