Increase read-process-output-max

This commit is contained in:
James Cherti
2025-02-17 10:22:52 -05:00
parent f547f3c65d
commit 01c7d13212

View File

@@ -99,7 +99,7 @@
(setq truncate-string-ellipsis "")
;; Increase how much is read from processes in a single chunk
(setq read-process-output-max (* 512 1024)) ; 512kb
(setq read-process-output-max (* 1024 1024)) ; 1024kb
;; Improve Emacs' responsiveness by delaying syntax highlighting during input
;; but may reduce visual feedback.