mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-03-16 21:07:30 +01:00
Add busyTimeout config setting
Entire-Checkpoint: 81097a6c52a2
This commit is contained in:
@@ -88,6 +88,7 @@ type DbConfig struct {
|
||||
MaxOpenConnections int `json:"max-open-connections"`
|
||||
MaxIdleConnections int `json:"max-idle-connections"`
|
||||
ConnectionMaxIdleTimeMins int `json:"max-idle-time-minutes"`
|
||||
BusyTimeoutMs int `json:"busy-timeout-ms"`
|
||||
}
|
||||
|
||||
type NodeStateRetention struct {
|
||||
|
||||
Reference in New Issue
Block a user