mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-07 03:06:01 +02:00
invoices: raise the number of allowed clients for the Postgres fixture
This commit is contained in:
@@ -59,7 +59,7 @@ func NewTestPgFixture(t *testing.T, expiry time.Duration) *TestPgFixture {
|
|||||||
"postgres",
|
"postgres",
|
||||||
"-c", "log_statement=all",
|
"-c", "log_statement=all",
|
||||||
"-c", "log_destination=stderr",
|
"-c", "log_destination=stderr",
|
||||||
"-c", "max_connections=1000",
|
"-c", "max_connections=5000",
|
||||||
},
|
},
|
||||||
}, func(config *docker.HostConfig) {
|
}, func(config *docker.HostConfig) {
|
||||||
// Set AutoRemove to true so that stopped container goes away
|
// Set AutoRemove to true so that stopped container goes away
|
||||||
|
Reference in New Issue
Block a user