minor change

This commit is contained in:
crn4
2025-10-31 18:34:41 +01:00
parent 6129abc93d
commit 258f39a6ac

View File

@@ -51,7 +51,7 @@ const (
peerNotFoundFMT = "peer %s not found"
pgMaxConnections = 30
pgMinConnections = 5
pgMinConnections = 1
pgMaxConnLifetime = 60 * time.Minute
pgHealthCheckPeriod = 1 * time.Minute
)