Re: nrepl timeout advice needed

2012-06-11 Thread Chas Emerick
Providing a timeout of Long/MAX_VALUE is functionally equivalent to having no timeout. This is what most nREPL clients use by default (including reply [and therefore Leiningen], and the Java Connection class, which Counterclockwise uses). - Chas -- http://cemerick.com [Clojure Programming fro

nrepl timeout advice needed

2012-06-11 Thread MikeM
I'm using nrepl with a client created as described in the github readme (https://github.com/clojure/tools.nrepl). The nrepl server and client are on the same machine. Everything's working well, except when I try to eval a long-running bit of code. It seems that the timeout defined for the client is