Github user vlsi commented on a diff in the pull request:
https://github.com/apache/jmeter/pull/179#discussion_r58309867
--- Diff: src/components/org/apache/jmeter/visualizers/TableVisualizer.java
---
@@ -205,6 +226,26 @@ public void run() {
}
});
}
+
+ /**
+ * When the limit is reached, JMeter will not {@link SampleResult}
anymore
+ * Setting to 0 disables the protection
--- End diff --
Is "Setting to 0 disables the protection" relevant here?
`@return ...` would be good
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---