Updated connection config naming to introduce a dedicated pool configuration.

This commit is contained in:
Jay
2026-04-15 18:04:40 -04:00
parent b57f5157e7
commit ae431bb664
9 changed files with 106 additions and 96 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ func TestPoolConnect(t *testing.T) {
})
t.Run("fails to add connection", func(t *testing.T) {
pool, err := NewOutboundPool(&Config{
pool, err := NewOutboundPool(&ConnectionConfig{
Retry: &RetryConfig{
MaxRetries: 1,
InitialDelay: 1 * time.Millisecond,