feat: added scheduler, minor fixes

This commit is contained in:
2022-07-02 11:02:09 +04:00
parent e674600308
commit 773adeefb2
11 changed files with 151 additions and 33 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ namespace Stress
for (var i = 0; i < 80; i ++)
{
var thread = new SimulationThread();
thread.Start("127.0.0.1", 4444, 50);
thread.Start("49.12.70.233", 4444, 50);
Thread.Sleep(300);
}