You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -180,6 +181,8 @@ public static void LoadOrCreateConfigXml(string filePath)
180
181
newXElement("Port",Port),
181
182
newXComment(" Number of simulated clients to spawn for load testing. int (>= 1); higher counts need more CPU, memory and sockets. "),
182
183
newXElement("ClientCount",ClientCount),
184
+
newXComment(" Delay in ms between starting each simulated client's connection, controlling how fast the crowd ramps up. 0 or less starts them as fast as the loop runs. int. "),
0 commit comments