Skip to content

Commit 258f39a

Browse files
committed
minor change
1 parent 6129abc commit 258f39a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

management/server/store/sql_store.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const (
5151
peerNotFoundFMT = "peer %s not found"
5252

5353
pgMaxConnections = 30
54-
pgMinConnections = 5
54+
pgMinConnections = 1
5555
pgMaxConnLifetime = 60 * time.Minute
5656
pgHealthCheckPeriod = 1 * time.Minute
5757
)

0 commit comments

Comments
 (0)