Gitiles
Code Review
Sign In
review.vexxhost.dev
/
atmosphere
/
00731be78d33e1e2305062d670d42b4cb4924258
/
.
/
internal
/
openstack_helm
/
database.go
blob: c5a52e73bfada224eddeac24fbeb4be38ef14c3a [
file
] [
log
] [
blame
]
package openstack_helm
type DatabaseConf struct {
ConnectionRecycleTime int `yaml:"connection_recycle_time,omitempty"`
MaxPoolSize int `yaml:"max_pool_size,omitempty"`
MaxRetries int `yaml:"max_retries,omitempty"`
}