Commit 0ae7f297 authored by yanzg's avatar yanzg

表结构修改

parent 6e493436
...@@ -98,7 +98,7 @@ public class HttpHelperTest { ...@@ -98,7 +98,7 @@ public class HttpHelperTest {
@Test @Test
public void testThread() throws Exception { public void testThread() throws Exception {
int maxThread = 500; int maxThread = 200;
int maxCount = 10000000; int maxCount = 10000000;
Request req = new Request("http://10.150.2.3:6888/system/login/heart", maxThread, maxCount); Request req = new Request("http://10.150.2.3:6888/system/login/heart", maxThread, maxCount);
// Request req = new Request("http://127.0.0.1:6907/login/heart", maxThread, maxCount); // Request req = new Request("http://127.0.0.1:6907/login/heart", maxThread, maxCount);
......
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