emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/slime 1b634dd035 2/2: Increase auto-flush-loop frequency.


From: ELPA Syncer
Subject: [nongnu] elpa/slime 1b634dd035 2/2: Increase auto-flush-loop frequency.
Date: Wed, 14 Feb 2024 19:00:20 -0500 (EST)

branch: elpa/slime
commit 1b634dd03503a782882a4d078847920fe9544393
Author: Stas Boukarev <stassats@gmail.com>
Commit: Stas Boukarev <stassats@gmail.com>

    Increase auto-flush-loop frequency.
---
 swank/gray.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/swank/gray.lisp b/swank/gray.lisp
index e7c8ef62df..bf7b80fd36 100644
--- a/swank/gray.lisp
+++ b/swank/gray.lisp
@@ -216,7 +216,7 @@
 (defimplementation make-auto-flush-thread (stream)
   (if (typep stream 'slime-output-stream)
       (setf (flush-thread stream)
-            (spawn (lambda () (auto-flush-loop stream 0.05 t 
#'%stream-finish-output))
+            (spawn (lambda () (auto-flush-loop stream 0.005 t 
#'%stream-finish-output))
                    :name "auto-flush-thread"))
       (spawn (lambda () (auto-flush-loop stream *auto-flush-interval*))
              :name "auto-flush-thread")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]