It is useful, for example, when a Lisp program needs to evaluate an
entire SQL file.
-+++
+** The default value of 'read-process-output-max' was increased to 65536.
\f
* Editing Changes in Emacs 30.1
On GNU/Linux systems, the value should not exceed
/proc/sys/fs/pipe-max-size. See pipe(7) manpage for details. */);
- read_process_output_max = 4096;
+ read_process_output_max = 65536;
DEFVAR_BOOL ("read-process-output-fast", read_process_output_fast,
doc: /* Non-nil to optimize the insertion of process output.