invoices: raise the number of allowed clients for the Postgres fixture

This commit is contained in:
Andras Banki-Horvath 2025-01-23 08:48:32 +01:00
parent 84598b6dc1
commit 97c025f289
No known key found for this signature in database
GPG Key ID: 80E5375C094198D8

View File

@ -59,7 +59,7 @@ func NewTestPgFixture(t *testing.T, expiry time.Duration) *TestPgFixture {
"postgres",
"-c", "log_statement=all",
"-c", "log_destination=stderr",
"-c", "max_connections=1000",
"-c", "max_connections=5000",
},
}, func(config *docker.HostConfig) {
// Set AutoRemove to true so that stopped container goes away