Commit 70840838 70840838c9edc3f9bf9f7cceca94b2c8f947460d by Christian Gerdes

Warning when increasing response body byte capture limit can cause higher respon…

…se times being measured
1 parent 375b6d2f
...@@ -564,7 +564,7 @@ namespace LIL_VSTT_Plugins ...@@ -564,7 +564,7 @@ namespace LIL_VSTT_Plugins
564 } 564 }
565 } 565 }
566 566
567 [DisplayName("Response Body Capture Limit"), Description("Sets the Response Body Byte Capture Limit for this WebTest. Warning, this can increase memory and cpu usage on the agents.")] 567 [DisplayName("Response Body Capture Limit"), Description("Sets the Response Body Byte Capture Limit for this WebTest. Warning, this can increase measured response times. Observe the difference in time to first byte and response time.")]
568 public class SetResponseBodyCaptureLimit : WebTestPlugin 568 public class SetResponseBodyCaptureLimit : WebTestPlugin
569 { 569 {
570 [DisplayName("Limit Bytes"), Description("The number of bytes to set the limit to. Default value is 1.5 MB")] 570 [DisplayName("Limit Bytes"), Description("The number of bytes to set the limit to. Default value is 1.5 MB")]
......