Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot disable gui and limit number of passes at the same time #386

Open
saadxprt opened this issue Nov 21, 2024 · 0 comments
Open

cannot disable gui and limit number of passes at the same time #386

saadxprt opened this issue Nov 21, 2024 · 0 comments
Labels
Milestone

Comments

@saadxprt
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

2 participants