Add busyTimeout config setting

Entire-Checkpoint: 81097a6c52a2
This commit is contained in:
2026-03-16 11:30:21 +01:00
parent e4f3fa9ba0
commit df93dbed63
4 changed files with 11 additions and 1 deletions

View File

@@ -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 {