Skip to content

Commit

Permalink
Revert "Update connection string (#6567)" (#6576)
Browse files Browse the repository at this point in the history
This reverts commit 9a5b198.
  • Loading branch information
benaadams committed May 8, 2021
1 parent 820ee6a commit 1011ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frameworks/CSharp/ben/ben.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY --from=build /app/out ./
ENV COMPlus_ReadyToRun 0
ENV COMPlus_TC_QuickJitForLoops 1
ENV COMPlus_TieredPGO 1
ENV DB_CONNECTION Server=tfb-database;Database=hello_world;User Id=benchmarkdbuser;Password=benchmarkdbpass;Maximum Pool Size=18;Enlist=false;Max Auto Prepare=4;Multiplexing=true;Write Coalescing Delay Us=500;Write Coalescing Buffer Threshold Bytes=1000
ENV DB_CONNECTION Server=tfb-database;Database=hello_world;User Id=benchmarkdbuser;Password=benchmarkdbpass;Maximum Pool Size=256;NoResetOnClose=true;Enlist=false;Max Auto Prepare=4;Multiplexing=true;Write Coalescing Delay Us=500;Write Coalescing Buffer Threshold Bytes=1000

EXPOSE 8080

Expand Down

0 comments on commit 1011ac3

Please sign in to comment.