Mohammed Naser | c6e431b | 2024-03-15 01:21:44 -0400 | [diff] [blame] | 1 | package openstack_helm |
| 2 | |
| 3 | type DatabaseConf struct { |
| 4 | ConnectionRecycleTime int `yaml:"connection_recycle_time,omitempty"` |
| 5 | MaxPoolSize int `yaml:"max_pool_size,omitempty"` |
| 6 | MaxRetries int `yaml:"max_retries,omitempty"` |
| 7 | } |