18693: Use row locking only if enabled in config.
[arvados.git] / lib / config / export.go
index 069e300c5b4d0f6eb72175a6d311670ab5fa9fd4..b198a673e1d5f5876d0867d68847fbdad948618a 100644 (file)
@@ -65,6 +65,7 @@ var whitelist = map[string]bool{
        "API.FreezeProjectRequiresDescription":     true,
        "API.FreezeProjectRequiresProperties":      true,
        "API.FreezeProjectRequiresProperties.*":    true,
+       "API.LockBeforeUpdate":                     false,
        "API.KeepServiceRequestTimeout":            false,
        "API.MaxConcurrentRequests":                false,
        "API.MaxIndexDatabaseRead":                 false,