Variable: nrepl-message-buffer-max-size

nrepl-message-buffer-max-size is a variable defined in nrepl-client.el.

Value

1000000

Documentation

Maximum size for the nREPL message buffer.

Defaults to 1000000 characters, which should be an insignificant memory burden, while providing reasonable history.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/nrepl-client.el
(defconst nrepl-message-buffer-max-size 1000000
  "Maximum size for the nREPL message buffer.
Defaults to 1000000 characters, which should be an insignificant
memory burden, while providing reasonable history.")