Skip to content
Snippets Groups Projects
Commit 457dfe3b authored by Brutzman, Don's avatar Brutzman, Don
Browse files

runSimpleServer is only one server (not two)

parent 17bb80ef
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ public class RunSimpleServer
double beta = 1.8;
RandomVariate serviceTimeGenerator = RandomVariateFactory.getInstance(rvName, alpha, beta);
int numServ = 2;
int numServ = 1;
SimpleServer server = new SimpleServer(numServ, serviceTimeGenerator);
arrival.addSimEventListener(server);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment