From: Michael Albinus Date: Sat, 14 Sep 2024 06:57:19 +0000 (+0200) Subject: * lisp/net/tramp.el (tramp-wait-for-regexp): Deactivate (sit-for 0.005). X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=85aa3c8ae1400e88bbb68e8c6bb1fdf1791b8685;p=emacs.git * lisp/net/tramp.el (tramp-wait-for-regexp): Deactivate (sit-for 0.005). (cherry picked from commit 0d07bc1a2d27a5e1dd41035e64612315d82c517b) --- diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index ad2587fb597..caa21d2f506 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -6030,7 +6030,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