andrewvc / engulf

Distributed HTTP load tester, written in Clojure and Javascript.
http://engulf-project.org
Eclipse Public License 1.0
266 stars 14 forks source link

Add option to disable nrepl or at least change the port #7

Closed andykitchen closed 11 years ago

andykitchen commented 11 years ago

I generally have other nrepl sessions running on port 7888, it would be awesome if there was a command line option to prevent engulf from trying to launch nrepl or change the port.

Kind Regards

AK

andrewvc commented 11 years ago

Good call on that, nrepl is now off by default. You can turn it on by using the --nrepl PORTNUMBER flag on the CLI.