Update read-process-output-max

This commit is contained in:
James Cherti
2024-08-18 10:56:06 -04:00
parent 4f86e1121a
commit 458741e435
2 changed files with 1 additions and 2 deletions

View File

@@ -72,7 +72,7 @@
(setq load-prefer-newer t)
;; Increase how much is read from processes in a single chunk (default is 4kb).
(setq read-process-output-max (* 256 1024)) ; 256kb
(setq read-process-output-max (* 512 1024)) ; 512kb
;; Reduce rendering/line scan work by not rendering cursors or regions in
;; non-focused windows.