From 0d07bc1a2d27a5e1dd41035e64612315d82c517b Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sat, 14 Sep 2024 08:57:19 +0200 Subject: [PATCH] * lisp/net/tramp.el (tramp-wait-for-regexp): Deactivate (sit-for 0.005). --- lisp/net/tramp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index dc6a8105730..a41666eca79 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -6042,7 +6042,7 @@ nil." (with-tramp-timeout (timeout) (while (not found) ;; This is needed to yield the CPU, otherwise we'll see 100% CPU load. - (sit-for 0.005) + ;(sit-for 0.005) (tramp-accept-process-output proc) (unless (process-live-p proc) (tramp-error-with-buffer