We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6129abc commit 258f39aCopy full SHA for 258f39a
management/server/store/sql_store.go
@@ -51,7 +51,7 @@ const (
51
peerNotFoundFMT = "peer %s not found"
52
53
pgMaxConnections = 30
54
- pgMinConnections = 5
+ pgMinConnections = 1
55
pgMaxConnLifetime = 60 * time.Minute
56
pgHealthCheckPeriod = 1 * time.Minute
57
)
0 commit comments