branch: externals/gcmh
commit 04e3c0c9cf928176ac04a775819883a2921b8001
Author: Andrea Corallo <[email protected]>
Commit: Andrea Corallo <[email protected]>
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."