diff options
| author | Michael Albinus | 2024-09-14 08:57:19 +0200 |
|---|---|---|
| committer | Michael Albinus | 2024-09-14 08:57:19 +0200 |
| commit | 0d07bc1a2d27a5e1dd41035e64612315d82c517b (patch) | |
| tree | 82b3b825d29284a238b6b8883fe8774fc65159ed | |
| parent | f3bb84e53b0cd24da9f7175f3d10b36ccf882849 (diff) | |
| download | emacs-0d07bc1a2d27a5e1dd41035e64612315d82c517b.tar.gz emacs-0d07bc1a2d27a5e1dd41035e64612315d82c517b.zip | |
* lisp/net/tramp.el (tramp-wait-for-regexp): Deactivate (sit-for 0.005).
| -rw-r--r-- | lisp/net/tramp.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 6042 | (with-tramp-timeout (timeout) | 6042 | (with-tramp-timeout (timeout) |
| 6043 | (while (not found) | 6043 | (while (not found) |
| 6044 | ;; This is needed to yield the CPU, otherwise we'll see 100% CPU load. | 6044 | ;; This is needed to yield the CPU, otherwise we'll see 100% CPU load. |
| 6045 | (sit-for 0.005) | 6045 | ;(sit-for 0.005) |
| 6046 | (tramp-accept-process-output proc) | 6046 | (tramp-accept-process-output proc) |
| 6047 | (unless (process-live-p proc) | 6047 | (unless (process-live-p proc) |
| 6048 | (tramp-error-with-buffer | 6048 | (tramp-error-with-buffer |