Commit 25429f86 by TongZuu

..

parent 230fdbf6
......@@ -11,11 +11,11 @@
<version>1.0.0.Final</version>
</dependency>
<dependency>
<groupId>org.glassfish.tyrus</groupId>
<artifactId>tyrus-client</artifactId>
<groupId>org.glassfish.tyrus.bundles</groupId>
<artifactId>tyrus-standalone-client</artifactId>
<version>1.13.1</version>
</dependency>
</dependencies>
<build>
<plugins>
......
......@@ -17,7 +17,7 @@ public class TestPingEndpoint extends EndpointBase{
private static AtomicInteger counter = new AtomicInteger();
public static void main(String[] arg) throws DeploymentException, IOException, URISyntaxException{
for(int i = 0; i<1000; i++){
for(int i = 0; i<500; i++){
Thread t = new Thread(new Runnable() {
@Override
public void run() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment