remove comment

This commit is contained in:
Owen Smallwood
2025-12-11 12:27:15 -06:00
parent 96f586fa45
commit 3834dc989f
-1
View File
@@ -11,7 +11,6 @@ import (
)
const (
// Connection retry settings for transient errors (e.g., Cloud SQL proxy pod churn)
defaultConnAttemptTimeout = 3 * time.Second
defaultConnMaxRetries = 3
defaultConnRetryBackoff = 1 * time.Second