Skip to content

Commit 97c025f

Browse files
committed
invoices: raise the number of allowed clients for the Postgres fixture
1 parent 84598b6 commit 97c025f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqldb/postgres_fixture.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func NewTestPgFixture(t *testing.T, expiry time.Duration) *TestPgFixture {
5959
"postgres",
6060
"-c", "log_statement=all",
6161
"-c", "log_destination=stderr",
62-
"-c", "max_connections=1000",
62+
"-c", "max_connections=5000",
6363
},
6464
}, func(config *docker.HostConfig) {
6565
// Set AutoRemove to true so that stopped container goes away

0 commit comments

Comments
 (0)