mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
Change default of tramp-debug-buffer-limit
* lisp/net/tramp-message.el (tramp-debug-buffer-limit): Change default to 100MB. Suggested by Francesco Potortì <pot@potorti.it>.
This commit is contained in:
parent
0c277ad022
commit
55f7f00f91
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ This increases `tramp-verbose' to 6 if necessary."
|
|||
:type 'boolean
|
||||
:link '(info-link :tag "Tramp manual" "(tramp) Traces and Profiles"))
|
||||
|
||||
(defcustom tramp-debug-buffer-limit (* 3 1024 1024 1024) ;3GB
|
||||
(defcustom tramp-debug-buffer-limit (* 100 1024 1024) ;100MB
|
||||
"The upper limit of a Tramp debug buffer.
|
||||
If the size of a debug buffer exceeds this limit, a warning is raised.
|
||||
Set it to 0 if there is no limit."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue