Multiclient bug fixed

This commit is contained in:
2025-07-08 23:33:37 +03:00
parent ab71fe5036
commit 09a1dd444e
6 changed files with 18 additions and 10 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ class Program
DemoCheck.TaskCancelation = true;
#endif
const int iterations = 10000;
const int iterations = 10_000;
var timer = Stopwatch.StartNew();
var x = 0;
for (int i = 0; i < iterations; i++)