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
I have made an api that uses free-routing, no gui is a blessing for me, since I think it will take a lot less time but I cannot disable it while I limit my -mp 0
this gives me a response back within 7 seconds java -jar freerouting-1.9.0.jar -de ./MyBoard.dsn -do ./MyBoard.ses -dr ./MyBoard.rules -mp 5 -mt 0 -us -dct 0
this runs with gui and is about 20 seconds slower for the same payload in my api but im guessing its because of the gui java -jar freerouting-2.0.1.jar -de ./MyBoard.dsn -do ./MyBoard.ses -dr ./MyBoard.rules -mp 5 -mt 0 -us -dct 0
this runs without gui but my number of passes arent limited to 5, it just keeps going on and on java -jar freerouting-2.0.1.jar --gui.enabled=false -de ./MyBoard.dsn -do ./MyBoard.ses -dr ./MyBoard.rules -us -dct 0
The text was updated successfully, but these errors were encountered:
I have made an api that uses free-routing, no gui is a blessing for me, since I think it will take a lot less time but I cannot disable it while I limit my -mp 0
this gives me a response back within 7 seconds
java -jar freerouting-1.9.0.jar -de ./MyBoard.dsn -do ./MyBoard.ses -dr ./MyBoard.rules -mp 5 -mt 0 -us -dct 0
this runs with gui and is about 20 seconds slower for the same payload in my api but im guessing its because of the gui
java -jar freerouting-2.0.1.jar -de ./MyBoard.dsn -do ./MyBoard.ses -dr ./MyBoard.rules -mp 5 -mt 0 -us -dct 0
this runs without gui but my number of passes arent limited to 5, it just keeps going on and on
java -jar freerouting-2.0.1.jar --gui.enabled=false -de ./MyBoard.dsn -do ./MyBoard.ses -dr ./MyBoard.rules -us -dct 0
The text was updated successfully, but these errors were encountered: