@pez Do you really mean wrapping or do you actually mean the size at which something is split into multiple messages? nREPL doesn’t wrap output.
I tried to increase nrepl.middleware.print/buffer-size
(which is 1024 by default, the docs say), but it had no impact. I’ll look at what messages I get and maybe can ask a more informed question after that.
You’re right, It’s where the messages are split up. But it only happens with stdout, not with the result values.
Have you enabled streaming for the values? Otherwise this setting would be ignored for them.
It’s the same config for both values and output.
And which setting would that be? 😀