Skip to content

Commit c129b28

Browse files
authored
Increase maximum pool size in database connection string (#2176)
1 parent 98d18d3 commit c129b28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scenarios/database.benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
arguments: "--nonInteractive true --scenarios {{scenario}} --urls {{serverScheme}}://{{serverAddress}}:{{serverPort}} --server {{server}} --kestrelTransport {{transport}} --protocol {{protocol}}"
2424
environmentVariables:
2525
database: PostgresQL
26-
connectionString: Server={{databaseServer}};Database=hello_world;User Id=benchmarkdbuser;Password=benchmarkdbpass;Maximum Pool Size=18;NoResetOnClose=true;Enlist=false;Max Auto Prepare=4
26+
connectionString: Server={{databaseServer}};Database=hello_world;User Id=benchmarkdbuser;Password=benchmarkdbpass;Maximum Pool Size=256;NoResetOnClose=true;Enlist=false;Max Auto Prepare=4
2727

2828
postgresql:
2929
source:

0 commit comments

Comments
 (0)