Skip to content

Instantly share code, notes, and snippets.

@coderodde
Last active April 26, 2026 15:59
Show Gist options
  • Select an option

  • Save coderodde/fc6eec14fdc17d57748249d3750cd4f2 to your computer and use it in GitHub Desktop.

Select an option

Save coderodde/fc6eec14fdc17d57748249d3750cd4f2 to your computer and use it in GitHub Desktop.
Good WikiGameKiller.java arguments
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