Skip to content

Commit

Permalink
Update tools/test-proxy/Azure.Sdk.Tools.TestProxy/Common/TransportCus…
Browse files Browse the repository at this point in the history
…tomizations.cs
  • Loading branch information
scbedd authored Feb 23, 2023
1 parent c34c6f1 commit e1c6e84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class TransportCustomizations
public List<PemPair> Certificates { get; set; }

/// <summary>
/// During playack, a response is normally returned all at once. By offering this response time, we can
/// During playback, a response is normally returned all at once. By offering this response time, we can
/// "stretch" the writing of the response bytes over a time range of milliseconds.
/// </summary>
public int PlaybackResponseTime { get; set; } = 0;
Expand Down

0 comments on commit e1c6e84

Please sign in to comment.