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

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

[elpa] externals/gcmh 04e3c0c 28/32: Set `gcmh-auto-idle-delay-factor' t


From: Andrea Corallo
Subject: [elpa] externals/gcmh 04e3c0c 28/32: Set `gcmh-auto-idle-delay-factor' to 20
Date: Mon, 16 Nov 2020 17:32:08 -0500 (EST)

branch: externals/gcmh
commit 04e3c0c9cf928176ac04a775819883a2921b8001
Author: Andrea Corallo <andrea.corallo@arm.com>
Commit: Andrea Corallo <andrea.corallo@arm.com>

    Set `gcmh-auto-idle-delay-factor' to 20
---
 gcmh.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcmh.el b/gcmh.el
index fedea6d..0a6fac4 100644
--- a/gcmh.el
+++ b/gcmh.el
@@ -54,7 +54,7 @@ If `auto' this is auto computed based on 
`gcmh-auto-idle-delay-factor'."
   :group 'gcmh
   :type '(choice number (const auto)))
 
-(defcustom gcmh-auto-idle-delay-factor 10
+(defcustom gcmh-auto-idle-delay-factor 20
   "Factor to compute the idle delay when in idle-delay auto mode.
 The idle delay will be `gcmh-auto-idle-delay-factor' times the
 time the last non idle garbage collection time."



reply via email to

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