Skip to content

Commit 4a7b80c

Browse files
authored
[F#/Oxpecker] Simplified connection string (should benefit performance as well) (#9255)
1 parent aac290b commit 4a7b80c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/FSharp/oxpecker/src/App/Common.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module Common =
2626
}
2727

2828
[<Literal>]
29-
let ConnectionString = "Server=tfb-database;Database=hello_world;User Id=benchmarkdbuser;Password=benchmarkdbpass;SSL Mode=Disable;Maximum Pool Size=1024;NoResetOnClose=true;Enlist=false;Max Auto Prepare=4;Multiplexing=true;Write Coalescing Buffer Threshold Bytes=1000"
29+
let ConnectionString = "Server=tfb-database;Database=hello_world;User Id=benchmarkdbuser;Password=benchmarkdbpass;Maximum Pool Size=1024;NoResetOnClose=true;Enlist=false;Max Auto Prepare=3"
3030

3131
let FortuneComparer = {
3232
new IComparer<Fortune> with

0 commit comments

Comments
 (0)