Gitiles
Code Review
Sign In
review.vexxhost.dev
/
atmosphere
/
1382c87cef8680f3a8008068e6d5f2460991054f
/
.
/
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"`
}