You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frameworks/FSharp/oxpecker/src/App/Common.fs
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ module Common =
9
9
[<Struct>]
10
10
[<CLIMutable>]
11
11
typeJsonMessage={
12
-
message:string
12
+
message:string
13
13
}
14
14
15
15
[<CLIMutable>]
@@ -26,7 +26,9 @@ module Common =
26
26
}
27
27
28
28
[<Literal>]
29
-
letConnectionString="Server=tfb-database;Database=hello_world;User Id=benchmarkdbuser;Password=benchmarkdbpass;Maximum Pool Size=1024;NoResetOnClose=true;Enlist=false;Max Auto Prepare=3"
29
+
letConnectionString="Server=tfb-database;Database=hello_world;User Id=benchmarkdbuser;Password=benchmarkdbpass;Maximum Pool Size=1024;NoResetOnClose=true;Enlist=false"
30
+
[<Literal>]
31
+
letMultiplexedConnectionString= ConnectionString +";Max Auto Prepare=3;Multiplexing=true"
0 commit comments