re formatting entry point
This commit is contained in:
parent
f071df5dd5
commit
4e9d3d90eb
3 changed files with 6 additions and 7 deletions
|
|
@ -213,7 +213,7 @@ public class RouteServer extends Thread implements Comparable<RouteServer> {
|
|||
}
|
||||
}
|
||||
}
|
||||
cr = new RoutingEngine(engineMode, null, null, serviceContext.segmentDir, wplist, rc);
|
||||
cr = new RoutingEngine(null, null, serviceContext.segmentDir, wplist, rc, engineMode);
|
||||
cr.quite = true;
|
||||
cr.doRun(maxRunningTime);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue