Last active
April 26, 2026 15:59
-
-
Save coderodde/fc6eec14fdc17d57748249d3750cd4f2 to your computer and use it in GitHub Desktop.
Good WikiGameKiller.java arguments
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| java -jar target\WikiGameKiller.java-1.0.0.jar --source https://en.wikipedia.org/wiki/Audi --target https://en.wikipedia.org/wiki/Hiisi --expansion-timeout 5000000000 --forward-threads 512 --backward-threads 512 --master-trials 1000 --master-sleep-duration 50000000 --slave-sleep-duration 100000000 --stats --out ..\index.html | |
| java -jar target\WikiGameKiller.java-1.0.0.jar --source https://en.wikipedia.org/wiki/Johnny_Depp --target https://en.wikipedia.org/wiki/Bugatti --expansion-timeout 10000000000 --forward-threads 512 --backward-threads 512 --master-trials 1000 --master-sleep-duration 50000000 --slave-sleep-duration 100000000 --stats --out ..\index.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment