[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."
- [elpa] externals/gcmh 537d050 18/32: Further minor typo, (continued)
- [elpa] externals/gcmh 537d050 18/32: Further minor typo, Andrea Corallo, 2020/11/16
- [elpa] externals/gcmh 8867533 20/32: Improve messaging, Andrea Corallo, 2020/11/16
- [elpa] externals/gcmh f449abb 27/32: No reason anymore to use `run-with-idle-timer' so use `run-with-timer', Andrea Corallo, 2020/11/16
- [elpa] externals/gcmh 8bf0666 30/32: Rename `gcmh-register-idle-timer' into `gcmh-register-idle-gc', Andrea Corallo, 2020/11/16
- [elpa] externals/gcmh 12fd03c 24/32: Set the new timer for running once and on post-command-hook, Andrea Corallo, 2020/11/16
- [elpa] externals/gcmh 72683e1 13/32: Update conventions, Andrea Corallo, 2020/11/16
- [elpa] externals/gcmh b1bde50 22/32: Update copyright + email, Andrea Corallo, 2020/11/16
- [elpa] externals/gcmh 9e241e0 21/32: Fix missing `gcmh-low-cons-threshold' set introduced by 8867533, Andrea Corallo, 2020/11/16
- [elpa] externals/gcmh 84c43a4 23/32: Remove unnecessary require in README, Andrea Corallo, 2020/11/16
- [elpa] externals/gcmh 855f03e 25/32: Implement auto idle delay mode, Andrea Corallo, 2020/11/16
- [elpa] externals/gcmh 04e3c0c 28/32: Set `gcmh-auto-idle-delay-factor' to 20,
Andrea Corallo <=
- [elpa] externals/gcmh 2827dff 31/32: Clean-up unnecessary logic, Andrea Corallo, 2020/11/16
- [elpa] externals/gcmh 5a83e25 32/32: Bump version 0.2, Andrea Corallo, 2020/11/16