Skip to content

Commit d8d385f

Browse files
JaBistDuNarrischJaBistDuNarrisch
authored andcommitted
Min pool size postgre
1 parent bff8418 commit d8d385f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Migrator.Tests/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
{
1212
"Id": "PostgreSQL",
13-
"ConnectionString": "Server=localhost;Port=5432;Database=testdb;User Id=testuser;Password=testpass;Pooling=true"
13+
"ConnectionString": "Server=localhost;Port=5432;Database=testdb;User Id=testuser;Password=testpass;Pooling=true;Minimum Pool Size=10"
1414
},
1515
{
1616
"Id": "Oracle",

0 commit comments

Comments
 (0)