This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new 806195b Revert local change made for load testing
806195b is described below
commit 806195be94bc6460fe2a08f1e77d0c653a000612
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Apr 10 09:14:48 2019 +0100
Revert local change made for load testing
---
test/org/apache/tomcat/websocket/TesterFirehoseServer.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/org/apache/tomcat/websocket/TesterFirehoseServer.java
b/test/org/apache/tomcat/websocket/TesterFirehoseServer.java
index ab09b6a..2aa3aef 100644
--- a/test/org/apache/tomcat/websocket/TesterFirehoseServer.java
+++ b/test/org/apache/tomcat/websocket/TesterFirehoseServer.java
@@ -58,7 +58,7 @@ import org.apache.tomcat.websocket.server.WsContextListener;
*/
public class TesterFirehoseServer {
- public static final int MESSAGE_COUNT = 1000000;
+ public static final int MESSAGE_COUNT = 100000;
public static final String MESSAGE;
public static final int MESSAGE_SIZE = 1024;
public static final int WAIT_TIME_MILLIS = 60000;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]