Fork me on GitHub
#emacs
<
2020-12-17
>
kimim10:12:16

(setq org-babel-clojure-sync-nrepl-timeout 1000)

nmkip11:12:42

I tried setting 20000 instead of 1000 and I'm getting the same error 2-4 seconds after executing cider-connect-clj

kimim11:12:03

sorry, please try this line: (setq nrepl-sync-request-timeout 100)

nmkip11:12:50

100 milliseconds ? I tried 1000 and it's been trying to execute the command for 5 minutes now 😛

👍 3
nmkip11:12:00

it doesnt timeout, but it doesnt complete

dpsutton14:12:58

It was answered in cider but putting here for clarity: cider does not support socket tells