]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/net/tramp.el (tramp-wait-for-regexp): Deactivate (sit-for 0.005).
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 14 Sep 2024 06:57:19 +0000 (08:57 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 14 Sep 2024 20:31:59 +0000 (22:31 +0200)
(cherry picked from commit 0d07bc1a2d27a5e1dd41035e64612315d82c517b)

lisp/net/tramp.el

index ad2587fb597469e6f231eebb10931aeaab172c21..caa21d2f50654db0da0a781ce6743cb83cf3d0d4 100644 (file)
@@ -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